Uses of Class
net.minecraft.block.entity.StructureBlockBlockEntity
Packages that use StructureBlockBlockEntity
Package
Description
- 
Uses of StructureBlockBlockEntity in net.minecraft.blockMethods in net.minecraft.block with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionprivate voidStructureBlock.doAction(ServerWorld world, StructureBlockBlockEntity blockEntity) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.block.entityFields in net.minecraft.block.entity with type parameters of type StructureBlockBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<StructureBlockBlockEntity> BlockEntityType.STRUCTURE_BLOCK
- 
Uses of StructureBlockBlockEntity in net.minecraft.client.gui.screen.ingameFields in net.minecraft.client.gui.screen.ingame declared as StructureBlockBlockEntityModifier and TypeFieldDescriptionprivate final StructureBlockBlockEntityStructureBlockScreen.structureBlockConstructors in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockBlockEntity
- 
Uses of StructureBlockBlockEntity in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoidClientPlayerEntity.openStructureBlockScreen(StructureBlockBlockEntity structureBlock) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.client.render.block.entityMethods in net.minecraft.client.render.block.entity with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionprivate voidStructureBlockBlockEntityRenderer.method_61047(StructureBlockBlockEntity entity, VertexConsumer vertexConsumer, MatrixStack matrices) voidStructureBlockBlockEntityRenderer.render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) private voidStructureBlockBlockEntityRenderer.renderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumerProvider vertexConsumers, MatrixStack matrices) booleanStructureBlockBlockEntityRenderer.rendersOutsideBoundingBox(StructureBlockBlockEntity structureBlockBlockEntity) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.entity.playerMethods in net.minecraft.entity.player with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoidPlayerEntity.openStructureBlockScreen(StructureBlockBlockEntity structureBlock) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.server.commandMethods in net.minecraft.server.command with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescription(package private) static intTestCommand.export(ServerCommandSource source, StructureBlockBlockEntity blockEntity) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.testFields in net.minecraft.test declared as StructureBlockBlockEntityModifier and TypeFieldDescriptionprivate @Nullable StructureBlockBlockEntityGameTestState.structureBlockEntityMethods in net.minecraft.test that return StructureBlockBlockEntityModifier and TypeMethodDescriptionGameTestState.getStructureBlockBlockEntity()static StructureBlockBlockEntityStructureTestUtil.initStructure(GameTestState state, BlockPos pos, BlockRotation rotation, ServerWorld world) private static StructureBlockBlockEntityStructureTestUtil.placeStructureTemplate(GameTestState state, BlockPos pos, BlockRotation rotation, ServerWorld world) Methods in net.minecraft.test with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionstatic BlockPosStructureTestUtil.getOrigin(StructureBlockBlockEntity structureBlockEntity) static BlockBoxStructureTestUtil.getStructureBlockBox(StructureBlockBlockEntity structureBlockEntity) static BoxStructureTestUtil.getStructureBoundingBox(StructureBlockBlockEntity structureBlockEntity)