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
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type ConduitBlockEntityMethods in net.minecraft.client.renderer.blockentity with parameters of type ConduitBlockEntityModifier and TypeMethodDescriptionvoidConduitRenderer.extractRenderState(ConduitBlockEntity blockEntity, CondiutRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) 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 entity) static voidConduitBlockEntity.serverTick(Level level, BlockPos pos, BlockState state, ConduitBlockEntity entity) private static voidConduitBlockEntity.updateAndAttackTarget(ServerLevel level, BlockPos worldPosition, BlockState blockState, ConduitBlockEntity entity, boolean isActive) private static voidConduitBlockEntity.updateHunting(ConduitBlockEntity entity, List<BlockPos> effectBlocks)