Interface RenderGuiCallback
public interface RenderGuiCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<RenderGuiCallback> -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.InteractionResultinteract(net.minecraft.client.Minecraft client, com.mojang.blaze3d.vertex.PoseStack matrices, int mouseX, int mouseY, float delta)
-
Field Details
-
EVENT
-
-
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)
-