Uses of Enum Class
net.minecraft.world.level.block.state.properties.TestBlockMode
Packages that use TestBlockMode
Package
Description
-
Uses of TestBlockMode in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as TestBlockModeFields in net.minecraft.client.gui.screens.inventory with type parameters of type TestBlockModeModifier and TypeFieldDescriptionprivate static final List
<TestBlockMode> TestBlockEditScreen.MODES
Methods in net.minecraft.client.gui.screens.inventory with parameters of type TestBlockModeModifier and TypeMethodDescriptionprivate void
TestBlockEditScreen.updateMode
(TestBlockMode p_397565_) -
Uses of TestBlockMode in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type TestBlockModeModifier and TypeMethodDescriptionBlockBasedTestInstance.findTestBlocks
(GameTestHelper p_397394_, TestBlockMode p_397286_) private void
BlockBasedTestInstance.forAllTriggeredTestBlocks
(GameTestHelper p_397789_, TestBlockMode p_397661_, Consumer<TestBlockEntity> p_397861_) -
Uses of TestBlockMode in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as TestBlockModeModifier and TypeFieldDescriptionprivate final TestBlockMode
ServerboundSetTestBlockPacket.mode
The field for themode
record component.Methods in net.minecraft.network.protocol.game that return TestBlockModeModifier and TypeMethodDescriptionServerboundSetTestBlockPacket.mode()
Returns the value of themode
record component.Constructors in net.minecraft.network.protocol.game with parameters of type TestBlockModeModifierConstructorDescriptionServerboundSetTestBlockPacket
(BlockPos position, TestBlockMode mode, String message) Creates an instance of aServerboundSetTestBlockPacket
record class. -
Uses of TestBlockMode in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type TestBlockModeMethods in net.minecraft.world.level.block with parameters of type TestBlockModeModifier and TypeMethodDescriptionstatic ItemStack
TestBlock.setModeOnStack
(ItemStack p_396991_, TestBlockMode p_397281_) -
Uses of TestBlockMode in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as TestBlockModeMethods in net.minecraft.world.level.block.entity that return TestBlockModeMethods in net.minecraft.world.level.block.entity with parameters of type TestBlockMode -
Uses of TestBlockMode in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type TestBlockModeModifier and TypeFieldDescriptionprivate static final IntFunction
<TestBlockMode> TestBlockMode.BY_ID
static final com.mojang.serialization.Codec
<TestBlockMode> TestBlockMode.CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, TestBlockMode> TestBlockMode.STREAM_CODEC
static final EnumProperty
<TestBlockMode> BlockStateProperties.TEST_BLOCK_MODE
Methods in net.minecraft.world.level.block.state.properties that return TestBlockModeModifier and TypeMethodDescriptionstatic TestBlockMode
Returns the enum constant of this class with the specified name.static TestBlockMode[]
TestBlockMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.