Class PylonBlockEntityRenderer
java.lang.Object
vazkii.botania.client.render.block_entity.PylonBlockEntityRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<PylonBlockEntity>
public class PylonBlockEntityRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<PylonBlockEntity>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocation -
Constructor Summary
ConstructorsConstructorDescriptionPylonBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(@Nullable PylonBlockEntity pylon, float pticks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreen
-
Field Details
-
MANA_TEXTURE
public static final net.minecraft.resources.ResourceLocation MANA_TEXTURE -
NATURA_TEXTURE
public static final net.minecraft.resources.ResourceLocation NATURA_TEXTURE -
GAIA_TEXTURE
public static final net.minecraft.resources.ResourceLocation GAIA_TEXTURE
-
-
Constructor Details
-
PylonBlockEntityRenderer
public PylonBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
-
-
Method Details
-
render
public void render(@Nullable @Nullable PylonBlockEntity pylon, float pticks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<PylonBlockEntity>
-