Class BlockEntityBehaviourRenderer<T extends com.simibubi.create.foundation.blockEntity.SmartBlockEntity>

java.lang.Object
com.cake.azimuth.behaviour.render.BlockEntityBehaviourRenderer<T>

public abstract class BlockEntityBehaviourRenderer<T extends com.simibubi.create.foundation.blockEntity.SmartBlockEntity> extends Object
  • Constructor Details

    • BlockEntityBehaviourRenderer

      public BlockEntityBehaviourRenderer()
  • Method Details

    • castRenderSafe

      public void castRenderSafe(SuperBlockEntityBehaviour behaviour, com.simibubi.create.foundation.blockEntity.SmartBlockEntity blockEntity, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
    • renderSafe

      public void renderSafe(SuperBlockEntityBehaviour behaviour, T blockEntity, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)