Uses of Class
net.minecraft.block.entity.TestBlockEntity
Packages that use TestBlockEntity
Package
Description
-
Uses of TestBlockEntity in net.minecraft.block
Methods in net.minecraft.block that return TestBlockEntityModifier and TypeMethodDescriptionprivate static @Nullable TestBlockEntity
TestBlock.getBlockEntityOnServer
(World world, BlockPos pos) -
Uses of TestBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type TestBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType
<TestBlockEntity> BlockEntityType.TEST_BLOCK
-
Uses of TestBlockEntity in net.minecraft.client.gui.screen.ingame
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type TestBlockEntity -
Uses of TestBlockEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type TestBlockEntityModifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openTestBlockScreen
(TestBlockEntity testBlock) -
Uses of TestBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type TestBlockEntityModifier and TypeMethodDescriptionvoid
PlayerEntity.openTestBlockScreen
(TestBlockEntity testBlock) -
Uses of TestBlockEntity in net.minecraft.test
Method parameters in net.minecraft.test with type arguments of type TestBlockEntityModifier and TypeMethodDescriptionprivate void
BlockBasedTestInstance.handleTrigger
(TestContext context, TestBlockMode mode, Consumer<TestBlockEntity> callback)