Uses of Class
net.minecraft.world.level.block.entity.TestBlockEntity
Packages that use TestBlockEntity
Package
Description
-
Uses of TestBlockEntity in net.minecraft.client.gui.screens.inventory
Constructors in net.minecraft.client.gui.screens.inventory with parameters of type TestBlockEntity -
Uses of TestBlockEntity in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type TestBlockEntity -
Uses of TestBlockEntity in net.minecraft.gametest.framework
Method parameters in net.minecraft.gametest.framework with type arguments of type TestBlockEntityModifier and TypeMethodDescriptionprivate voidBlockBasedTestInstance.forAllTriggeredTestBlocks(GameTestHelper pHelper, TestBlockMode pMode, Consumer<TestBlockEntity> pOnTrigger) -
Uses of TestBlockEntity in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type TestBlockEntity -
Uses of TestBlockEntity in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return TestBlockEntityModifier and TypeMethodDescriptionprivate static TestBlockEntityTestBlock.getServerTestBlockEntity(Level pLevel, BlockPos pPos) -
Uses of TestBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type TestBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<TestBlockEntity> BlockEntityType.TEST_BLOCK