Uses of Enum Class
net.minecraft.block.entity.StructureBlockBlockEntity.Action
Packages that use StructureBlockBlockEntity.Action
Package
Description
-
Uses of StructureBlockBlockEntity.Action in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return StructureBlockBlockEntity.ActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StructureBlockBlockEntity.Action[]
StructureBlockBlockEntity.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StructureBlockBlockEntity.Action in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockBlockEntity.ActionModifier and TypeMethodDescriptionprivate boolean
StructureBlockScreen.updateStructureBlock
(StructureBlockBlockEntity.Action action) -
Uses of StructureBlockBlockEntity.Action in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as StructureBlockBlockEntity.ActionModifier and TypeFieldDescriptionprivate final StructureBlockBlockEntity.Action
UpdateStructureBlockC2SPacket.action
Methods in net.minecraft.network.packet.c2s.play that return StructureBlockBlockEntity.ActionConstructors in net.minecraft.network.packet.c2s.play with parameters of type StructureBlockBlockEntity.ActionModifierConstructorDescriptionUpdateStructureBlockC2SPacket
(BlockPos pos, StructureBlockBlockEntity.Action action, StructureBlockMode mode, String templateName, BlockPos offset, Vec3i size, BlockMirror mirror, BlockRotation rotation, String metadata, boolean ignoreEntities, boolean showAir, boolean showBoundingBox, float integrity, long seed)