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 TestInstanceBlockEntity
TestInstanceBlockEditScreen.blockEntity
Constructors 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 TypeMethodDescriptionvoid
LocalPlayer.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.beacon
private final BlockEntityWithBoundingBoxRenderer
<TestInstanceBlockEntity> TestInstanceRenderer.box
Methods in net.minecraft.client.renderer.blockentity with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionvoid
TestInstanceRenderer.render
(TestInstanceBlockEntity p_397390_, float p_397164_, PoseStack p_397714_, MultiBufferSource p_397845_, int p_397115_, int p_397818_, Vec3 p_401004_) boolean
TestInstanceRenderer.shouldRender
(TestInstanceBlockEntity p_397042_, Vec3 p_397171_) boolean
TestInstanceRenderer.shouldRenderOffScreen
(TestInstanceBlockEntity p_397328_) -
Uses of TestInstanceBlockEntity in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as TestInstanceBlockEntityModifier and TypeFieldDescriptionprivate TestInstanceBlockEntity
GameTestInfo.testInstanceBlockEntity
Methods in net.minecraft.gametest.framework that return TestInstanceBlockEntityModifier and TypeMethodDescriptionstatic TestInstanceBlockEntity
StructureUtils.createNewEmptyTest
(ResourceLocation p_397331_, BlockPos p_397076_, Vec3i p_397736_, Rotation p_397442_, ServerLevel p_397074_) private TestInstanceBlockEntity
GameTestInfo.createTestInstanceBlock
(BlockPos p_397898_, Rotation p_397556_, ServerLevel p_397673_) GameTestInfo.getTestInstanceBlockEntity()
Methods in net.minecraft.gametest.framework that return types with arguments of type TestInstanceBlockEntityModifier and TypeMethodDescriptionprivate static Optional
<TestInstanceBlockEntity> ReportGameListener.getTestInstanceBlockEntity
(GameTestInfo p_397435_) -
Uses of TestInstanceBlockEntity in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type TestInstanceBlockEntityModifier and TypeMethodDescriptionvoid
Player.openTestInstanceBlock
(TestInstanceBlockEntity p_397914_) -
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