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 TestInstanceBlockEntityTestInstanceBlockScreen.testInstanceBlockEntityConstructors 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 TypeMethodDescriptionvoidClientPlayerEntity.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.beaconBlockEntityRendererprivate final StructureBlockBlockEntityRenderer<TestInstanceBlockEntity> TestInstanceBlockEntityRenderer.structureBlockBlockEntityRendererMethods in net.minecraft.client.render.block.entity with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionbooleanTestInstanceBlockEntityRenderer.isInRenderDistance(TestInstanceBlockEntity testInstanceBlockEntity, Vec3d vec3d) voidTestInstanceBlockEntityRenderer.render(TestInstanceBlockEntity testInstanceBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, Vec3d vec3d) booleanTestInstanceBlockEntityRenderer.rendersOutsideBoundingBox(TestInstanceBlockEntity testInstanceBlockEntity) -
Uses of TestInstanceBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionvoidPlayerEntity.openTestInstanceBlockScreen(TestInstanceBlockEntity testInstanceBlock) -
Uses of TestInstanceBlockEntity in net.minecraft.test
Fields in net.minecraft.test declared as TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate @Nullable TestInstanceBlockEntityGameTestState.blockEntityMethods in net.minecraft.test that return TestInstanceBlockEntityModifier and TypeMethodDescriptionstatic TestInstanceBlockEntityTestInstanceUtil.createTestInstanceBlockEntity(Identifier testInstanceId, BlockPos pos, Vec3i size, BlockRotation rotation, ServerWorld world) GameTestState.getTestInstanceBlockEntity()private TestInstanceBlockEntityGameTestState.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)