Uses of Class
net.minecraft.block.entity.TestInstanceBlockEntity
Packages that use TestInstanceBlockEntity
Package
Description
-
Uses of TestInstanceBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type TestInstanceBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType
<TestInstanceBlockEntity> BlockEntityType.TEST_INSTANCE_BLOCK
-
Uses of TestInstanceBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate final TestInstanceBlockEntity
TestInstanceBlockScreen.testInstanceBlockEntity
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type TestInstanceBlockEntityModifierConstructorDescriptionTestInstanceBlockScreen
(TestInstanceBlockEntity testInstanceBlockEntity) -
Uses of TestInstanceBlockEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openTestInstanceBlockScreen
(TestInstanceBlockEntity testInstanceBlock) -
Uses of TestInstanceBlockEntity in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity with type parameters of type TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate final BeaconBlockEntityRenderer
<TestInstanceBlockEntity> TestInstanceBlockEntityRenderer.beaconBlockEntityRenderer
private final StructureBlockBlockEntityRenderer
<TestInstanceBlockEntity> TestInstanceBlockEntityRenderer.structureBlockBlockEntityRenderer
Methods in net.minecraft.client.render.block.entity with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionboolean
TestInstanceBlockEntityRenderer.isInRenderDistance
(TestInstanceBlockEntity testInstanceBlockEntity, Vec3d vec3d) void
TestInstanceBlockEntityRenderer.render
(TestInstanceBlockEntity testInstanceBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, Vec3d vec3d) -
Uses of TestInstanceBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionvoid
PlayerEntity.openTestInstanceBlockScreen
(TestInstanceBlockEntity testInstanceBlock) -
Uses of TestInstanceBlockEntity in net.minecraft.test
Fields in net.minecraft.test declared as TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate @Nullable TestInstanceBlockEntity
GameTestState.blockEntity
Methods in net.minecraft.test that return TestInstanceBlockEntityModifier and TypeMethodDescriptionstatic TestInstanceBlockEntity
TestInstanceUtil.createTestInstanceBlockEntity
(Identifier testInstanceId, BlockPos pos, Vec3i size, BlockRotation rotation, ServerWorld world) GameTestState.getTestInstanceBlockEntity()
private @Nullable TestInstanceBlockEntity
GameTestState.placeTestInstance
(BlockPos pos, BlockRotation rotation, ServerWorld world) Methods in net.minecraft.test that return types with arguments of type TestInstanceBlockEntityModifier and TypeMethodDescriptionprivate static Optional
<TestInstanceBlockEntity> StructureTestListener.getTestInstanceBlockEntity
(GameTestState state)