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 ItemStack
TestBlock.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.CODEC
private static final IntFunction
<TestBlockMode> TestBlockMode.INDEX_MAPPER
static final PacketCodec
<ByteBuf, TestBlockMode> TestBlockMode.PACKET_CODEC
Methods in net.minecraft.block.enums 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. -
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 TestBlockMode
SetTestBlockC2SPacket.mode
The field for themode
record component.Methods in net.minecraft.network.packet.c2s.play that return TestBlockModeModifier and TypeMethodDescriptionSetTestBlockC2SPacket.mode()
Returns the value of themode
record 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_MODE
A 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 void
BlockBasedTestInstance.handleTrigger
(TestContext context, TestBlockMode mode, Consumer<TestBlockEntity> callback)