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 testInstanceBlock) -
Uses of TestInstanceBlockEntity in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type TestInstanceBlockEntityFields 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.extractRenderState(TestInstanceBlockEntity blockEntity, TestInstanceRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) booleanTestInstanceRenderer.shouldRender(TestInstanceBlockEntity blockEntity, Vec3 cameraPosition) -
Uses of TestInstanceBlockEntity in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate @Nullable TestInstanceBlockEntityGameTestInfo.testInstanceBlockEntityMethods in net.minecraft.gametest.framework that return TestInstanceBlockEntityModifier and TypeMethodDescriptionstatic TestInstanceBlockEntityStructureUtils.createNewEmptyTest(Identifier id, BlockPos structurePos, Vec3i size, Rotation rotation, ServerLevel level) private @Nullable TestInstanceBlockEntityGameTestInfo.createTestInstanceBlock(BlockPos testPos, Rotation rotation, ServerLevel level) GameTestInfo.getTestInstanceBlockEntity()Methods in net.minecraft.gametest.framework that return types with arguments of type TestInstanceBlockEntityModifier and TypeMethodDescriptionprivate static Optional<TestInstanceBlockEntity> ReportGameListener.getTestInstanceBlockEntity(GameTestInfo testInfo) -
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 testInstanceBlock) -
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