Class StandardBogeyRenderer.Small
java.lang.Object
com.simibubi.create.content.trains.bogey.StandardBogeyRenderer
com.simibubi.create.content.trains.bogey.StandardBogeyRenderer.Small
- All Implemented Interfaces:
BogeyRenderer
- Enclosing class:
StandardBogeyRenderer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.content.trains.bogey.StandardBogeyRenderer
StandardBogeyRenderer.Large, StandardBogeyRenderer.Small -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(net.minecraft.nbt.CompoundTag bogeyData, float wheelAngle, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int light, int overlay, boolean inContraption)
-
Constructor Details
-
Small
public Small()
-
-
Method Details
-
render
public void render(net.minecraft.nbt.CompoundTag bogeyData, float wheelAngle, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int light, int overlay, boolean inContraption) - Specified by:
renderin interfaceBogeyRenderer- Overrides:
renderin classStandardBogeyRenderer
-