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 pTestInstanceBlockEntity) -
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 pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, Vec3 pCameraPos) boolean
TestInstanceRenderer.shouldRender
(TestInstanceBlockEntity pBlockEntity, Vec3 pCameraPos) -
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