Interface RenderGuiCallback


public interface RenderGuiCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<RenderGuiCallback>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.InteractionResult
    interact(net.minecraft.client.Minecraft client, com.mojang.blaze3d.vertex.PoseStack matrices, int mouseX, int mouseY, float delta)
     
  • Field Details

  • Method Details

    • interact

      net.minecraft.world.InteractionResult interact(net.minecraft.client.Minecraft client, com.mojang.blaze3d.vertex.PoseStack matrices, int mouseX, int mouseY, float delta)