Uses of Class
net.minecraft.world.level.block.entity.TestInstanceBlockEntity
Packages that use TestInstanceBlockEntity
Package
Description
-
Uses of TestInstanceBlockEntity in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate final TestInstanceBlockEntityTestInstanceBlockEditScreen.blockEntityConstructors in net.minecraft.client.gui.screens.inventory with parameters of type TestInstanceBlockEntity -
Uses of TestInstanceBlockEntity in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionvoidLocalPlayer.openTestInstanceBlock(TestInstanceBlockEntity p_397905_) -
Uses of TestInstanceBlockEntity in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity with type parameters of type TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate final BeaconRenderer<TestInstanceBlockEntity> TestInstanceRenderer.beaconprivate final BlockEntityWithBoundingBoxRenderer<TestInstanceBlockEntity> TestInstanceRenderer.boxMethods in net.minecraft.client.renderer.blockentity with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionvoidTestInstanceRenderer.render(TestInstanceBlockEntity p_397390_, float p_397164_, PoseStack p_397714_, MultiBufferSource p_397845_, int p_397115_, int p_397818_, Vec3 p_401004_) booleanTestInstanceRenderer.shouldRender(TestInstanceBlockEntity p_397042_, Vec3 p_397171_) booleanTestInstanceRenderer.shouldRenderOffScreen(TestInstanceBlockEntity p_397328_) -
Uses of TestInstanceBlockEntity in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate TestInstanceBlockEntityGameTestInfo.testInstanceBlockEntityMethods in net.minecraft.gametest.framework that return TestInstanceBlockEntityModifier and TypeMethodDescriptionstatic TestInstanceBlockEntityStructureUtils.createNewEmptyTest(ResourceLocation pId, BlockPos pPos, Vec3i pSize, Rotation pRotation, ServerLevel pLevel) private TestInstanceBlockEntityGameTestInfo.createTestInstanceBlock(BlockPos pPos, Rotation pRotation, ServerLevel pLevel) GameTestInfo.getTestInstanceBlockEntity()Methods in net.minecraft.gametest.framework that return types with arguments of type TestInstanceBlockEntityModifier and TypeMethodDescriptionprivate static Optional<TestInstanceBlockEntity> ReportGameListener.getTestInstanceBlockEntity(GameTestInfo pTestInfo) -
Uses of TestInstanceBlockEntity in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionvoidPlayer.openTestInstanceBlock(TestInstanceBlockEntity pTestInstanceBlockEntity) -
Uses of TestInstanceBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type TestInstanceBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<TestInstanceBlockEntity> BlockEntityType.TEST_INSTANCE_BLOCK