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 pId, BlockPos pPos, Vec3i pSize, Rotation pRotation, ServerLevel pLevel) private TestInstanceBlockEntity
GameTestInfo.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 TypeMethodDescriptionvoid
Player.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