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. CONDUITMethods in net.minecraft.block.entity with parameters of type ConduitBlockEntity Modifier and Type Method Description private static voidConduitBlockEntity. attackHostileEntity(World world, BlockPos pos, BlockState state, List<BlockPos> activatingBlocks, ConduitBlockEntity blockEntity)static voidConduitBlockEntity. clientTick(World world, BlockPos pos, BlockState state, ConduitBlockEntity blockEntity)private static voidConduitBlockEntity. openEye(ConduitBlockEntity blockEntity, List<BlockPos> activatingBlocks)static voidConduitBlockEntity. serverTick(World world, BlockPos pos, BlockState state, ConduitBlockEntity blockEntity)private static voidConduitBlockEntity. 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 voidConduitBlockEntityRenderer. 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 ConduitBlockEntityBuiltinModelItemRenderer. renderConduit