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.MODESMethods in net.minecraft.client.gui.screens.inventory with parameters of type TestBlockModeModifier and TypeMethodDescriptionprivate voidTestBlockEditScreen.updateMode(TestBlockMode value) -
Uses of TestBlockMode in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type TestBlockModeModifier and TypeMethodDescriptionBlockBasedTestInstance.findTestBlocks(GameTestHelper helper, TestBlockMode mode) private voidBlockBasedTestInstance.forAllTriggeredTestBlocks(GameTestHelper helper, TestBlockMode mode, Consumer<TestBlockEntity> action) -
Uses of TestBlockMode in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as TestBlockModeModifier and TypeFieldDescriptionprivate final TestBlockModeServerboundSetTestBlockPacket.modeThe field for themoderecord component.Methods in net.minecraft.network.protocol.game that return TestBlockModeModifier and TypeMethodDescriptionServerboundSetTestBlockPacket.mode()Returns the value of themoderecord component.Constructors in net.minecraft.network.protocol.game with parameters of type TestBlockModeModifierConstructorDescriptionServerboundSetTestBlockPacket(BlockPos position, TestBlockMode mode, String message) Creates an instance of aServerboundSetTestBlockPacketrecord 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 ItemStackTestBlock.setModeOnStack(ItemStack itemStack, TestBlockMode mode) -
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
Subclasses with type arguments of type TestBlockMode in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type TestBlockModeModifier and TypeFieldDescriptionprivate static final IntFunction<TestBlockMode> TestBlockMode.BY_IDstatic final com.mojang.serialization.Codec<TestBlockMode> TestBlockMode.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, TestBlockMode> TestBlockMode.STREAM_CODECstatic final EnumProperty<TestBlockMode> BlockStateProperties.TEST_BLOCK_MODEMethods in net.minecraft.world.level.block.state.properties that return TestBlockModeModifier and TypeMethodDescriptionstatic TestBlockModeReturns 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.