Uses of Enum Class
net.minecraft.block.enums.TestBlockMode
Packages that use TestBlockMode
Package
Description
-
Uses of TestBlockMode in net.minecraft.block
Fields in net.minecraft.block with type parameters of type TestBlockModeMethods in net.minecraft.block with parameters of type TestBlockModeModifier and TypeMethodDescriptionstatic ItemStackTestBlock.applyBlockStateToStack(ItemStack stack, TestBlockMode mode) -
Uses of TestBlockMode in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as TestBlockModeMethods in net.minecraft.block.entity that return TestBlockModeMethods in net.minecraft.block.entity with parameters of type TestBlockMode -
Uses of TestBlockMode in net.minecraft.block.enums
Fields in net.minecraft.block.enums with type parameters of type TestBlockModeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TestBlockMode> TestBlockMode.CODECprivate static final IntFunction<TestBlockMode> TestBlockMode.INDEX_MAPPERstatic final PacketCodec<ByteBuf, TestBlockMode> TestBlockMode.PACKET_CODECMethods in net.minecraft.block.enums 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. -
Uses of TestBlockMode in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as TestBlockModeFields in net.minecraft.client.gui.screen.ingame with type parameters of type TestBlockModeMethods in net.minecraft.client.gui.screen.ingame with parameters of type TestBlockMode -
Uses of TestBlockMode in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as TestBlockModeModifier and TypeFieldDescriptionprivate final TestBlockModeSetTestBlockC2SPacket.modeThe field for themoderecord component.Methods in net.minecraft.network.packet.c2s.play that return TestBlockModeModifier and TypeMethodDescriptionSetTestBlockC2SPacket.mode()Returns the value of themoderecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type TestBlockModeModifierConstructorDescriptionSetTestBlockC2SPacket(BlockPos blockPos, TestBlockMode testBlockMode, String string) -
Uses of TestBlockMode in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type TestBlockModeModifier and TypeFieldDescriptionstatic final EnumProperty<TestBlockMode> Properties.TEST_BLOCK_MODEA property that specifies the mode of a test block. -
Uses of TestBlockMode in net.minecraft.test
Methods in net.minecraft.test with parameters of type TestBlockModeModifier and TypeMethodDescriptionBlockBasedTestInstance.findTestBlocks(TestContext context, TestBlockMode mode) private voidBlockBasedTestInstance.handleTrigger(TestContext context, TestBlockMode mode, Consumer<TestBlockEntity> callback)