Uses of Class
net.minecraft.world.level.block.entity.ConduitBlockEntity
Packages that use ConduitBlockEntity
Package
Description
-
Uses of ConduitBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type ConduitBlockEntityModifier and TypeMethodDescriptionvoidConduitRenderer.extractRenderState(ConduitBlockEntity p_446529_, CondiutRenderState p_446205_, float p_445996_, Vec3 p_446533_, ModelFeatureRenderer.CrumblingOverlay p_447228_) ConduitRenderer.getRenderBoundingBox(ConduitBlockEntity blockEntity) -
Uses of ConduitBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type ConduitBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<ConduitBlockEntity> BlockEntityType.CONDUITMethods in net.minecraft.world.level.block.entity with parameters of type ConduitBlockEntityModifier and TypeMethodDescriptionstatic voidConduitBlockEntity.clientTick(Level level, BlockPos pos, BlockState state, ConduitBlockEntity blockEntity) static voidConduitBlockEntity.serverTick(Level level, BlockPos pos, BlockState state, ConduitBlockEntity blockEntity) private static voidConduitBlockEntity.updateAndAttackTarget(ServerLevel level, BlockPos pos, BlockState state, ConduitBlockEntity blockEntity, boolean canDestroy) private static voidConduitBlockEntity.updateHunting(ConduitBlockEntity blockEntity, List<BlockPos> positions)