Package info.u_team.u_team_core.api.gui
Interface PerspectiveRenderable
- All Superinterfaces:
net.minecraft.client.gui.components.Renderable
- All Known Subinterfaces:
WidgetRenderable
- All Known Implementing Classes:
ActivatableButton,CheckboxButton,ImageActivatableButton,ImageButton,ImageToggleButton,ScalableEditBox,UButton,UEditBox,UScreen,USlider
public interface PerspectiveRenderable
extends net.minecraft.client.gui.components.Renderable
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick) voidrenderBackground(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick) voidrenderForeground(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick)
-
Method Details
-
render
void render(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick) - Specified by:
renderin interfacenet.minecraft.client.gui.components.Renderable
-
renderBackground
void renderBackground(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick) -
renderForeground
void renderForeground(com.mojang.blaze3d.vertex.PoseStack poseStack, int mouseX, int mouseY, float partialTick)
-