Uses of Enum Class
net.minecraft.block.enums.StructureBlockMode
Packages that use StructureBlockMode
Package
Description
-
Uses of StructureBlockMode in net.minecraft.block
Fields in net.minecraft.block with type parameters of type StructureBlockModeModifier and TypeFieldDescriptionstatic final EnumProperty
<StructureBlockMode> StructureBlock.MODE
-
Uses of StructureBlockMode in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as StructureBlockModeMethods in net.minecraft.block.entity that return StructureBlockModeMethods in net.minecraft.block.entity with parameters of type StructureBlockModeModifier and TypeMethodDescriptionvoid
StructureBlockBlockEntity.setMode
(StructureBlockMode mode) -
Uses of StructureBlockMode in net.minecraft.block.enums
Fields in net.minecraft.block.enums with type parameters of type StructureBlockModeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<StructureBlockMode> StructureBlockMode.CODEC
Deprecated.Methods in net.minecraft.block.enums that return StructureBlockModeModifier and TypeMethodDescriptionstatic StructureBlockMode
Returns the enum constant of this class with the specified name.static StructureBlockMode[]
StructureBlockMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StructureBlockMode in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as StructureBlockModeFields in net.minecraft.client.gui.screen.ingame with type parameters of type StructureBlockModeModifier and TypeFieldDescriptionprivate static final ImmutableList
<StructureBlockMode> StructureBlockScreen.MODES
private static final ImmutableList
<StructureBlockMode> StructureBlockScreen.MODES_EXCEPT_DATA
Methods in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockModeModifier and TypeMethodDescriptionprivate void
StructureBlockScreen.updateWidgets
(StructureBlockMode mode) -
Uses of StructureBlockMode in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as StructureBlockModeModifier and TypeFieldDescriptionprivate final StructureBlockMode
UpdateStructureBlockC2SPacket.mode
Methods in net.minecraft.network.packet.c2s.play that return StructureBlockModeConstructors in net.minecraft.network.packet.c2s.play with parameters of type StructureBlockModeModifierConstructorDescriptionUpdateStructureBlockC2SPacket
(BlockPos pos, StructureBlockBlockEntity.Action action, StructureBlockMode mode, String templateName, BlockPos offset, Vec3i size, BlockMirror mirror, BlockRotation rotation, String metadata, boolean ignoreEntities, boolean strict, boolean showAir, boolean showBoundingBox, float integrity, long seed) -
Uses of StructureBlockMode in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type StructureBlockModeModifier and TypeFieldDescriptionstatic final EnumProperty
<StructureBlockMode> Properties.STRUCTURE_BLOCK_MODE
A property that specifies the mode of a structure block.