Class JumpableVehicleBarRenderer
java.lang.Object
net.minecraft.client.gui.contextualbar.JumpableVehicleBarRenderer
- All Implemented Interfaces:
ContextualBarRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private final Minecraft
private final PlayerRideableJumping
Fields inherited from interface net.minecraft.client.gui.contextualbar.ContextualBarRenderer
EMPTY, HEIGHT, MARGIN_BOTTOM, WIDTH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) void
renderBackground
(GuiGraphics pGuiGraphics, DeltaTracker pDeltaTracker) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.contextualbar.ContextualBarRenderer
left, top
-
Field Details
-
JUMP_BAR_BACKGROUND_SPRITE
-
JUMP_BAR_COOLDOWN_SPRITE
-
JUMP_BAR_PROGRESS_SPRITE
-
minecraft
-
playerJumpableVehicle
-
-
Constructor Details
-
JumpableVehicleBarRenderer
-
-
Method Details
-
renderBackground
- Specified by:
renderBackground
in interfaceContextualBarRenderer
-
render
- Specified by:
render
in interfaceContextualBarRenderer
-