Uses of Class
net.minecraft.block.entity.ConduitBlockEntity
Package | Description |
---|---|
net.minecraft.block.entity | |
net.minecraft.client.render.block.entity | |
net.minecraft.client.render.item |
-
Uses of ConduitBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type ConduitBlockEntity Modifier and Type Field Description static BlockEntityType<ConduitBlockEntity>
BlockEntityType. CONDUIT
Methods in net.minecraft.block.entity with parameters of type ConduitBlockEntity Modifier and Type Method Description private static void
ConduitBlockEntity. attackHostileEntity(World world, BlockPos pos, BlockState state, List<BlockPos> activatingBlocks, ConduitBlockEntity blockEntity)
static void
ConduitBlockEntity. clientTick(World world, BlockPos pos, BlockState state, ConduitBlockEntity blockEntity)
private static void
ConduitBlockEntity. openEye(ConduitBlockEntity blockEntity, List<BlockPos> activatingBlocks)
static void
ConduitBlockEntity. serverTick(World world, BlockPos pos, BlockState state, ConduitBlockEntity blockEntity)
private static void
ConduitBlockEntity. updateTargetEntity(World world, BlockPos pos, ConduitBlockEntity blockEntity)
-
Uses of ConduitBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type ConduitBlockEntity Modifier and Type Method Description void
ConduitBlockEntityRenderer. render(ConduitBlockEntity conduitBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
-
Uses of ConduitBlockEntity in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as ConduitBlockEntity Modifier and Type Field Description private ConduitBlockEntity
BuiltinModelItemRenderer. renderConduit