Uses of Enum Class
org.bukkit.block.structure.StructureRotation
Packages that use StructureRotation
Package
Description
Arguments.
Classes used to manipulate the voxels in a
world,
including special states.Generalized BlockData classes.
Classes relevant to structure blocks.
Classes related to creating or using
structures without creating Structure
blocks in the world.-
Uses of StructureRotation in io.papermc.paper.command.brigadier.argument
Methods in io.papermc.paper.command.brigadier.argument that return types with arguments of type StructureRotationModifier and TypeMethodDescriptionstatic com.mojang.brigadier.arguments.ArgumentType<StructureRotation> ArgumentTypes.templateRotation()A template rotation argument. -
Uses of StructureRotation in moe.caramel.daydream.brigadier
Fields in moe.caramel.daydream.brigadier with type parameters of type StructureRotationModifier and TypeFieldDescriptionstatic final SimpleArgument<StructureRotation> Arguments.TEMPLATE_ROTATIONDeprecated, for removal: This API element is subject to removal in a future version.Example: "180", "clockwise_90", "counterclockwise_90", "none"Methods in moe.caramel.daydream.brigadier that return StructureRotationModifier and TypeMethodDescriptionstatic StructureRotationResolvers.templateRotation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) 명령어 컨텍스트와 주어진 인수 이름으로부터 구조물 회전 타입을 해석합니다. -
Uses of StructureRotation in org.bukkit.block
Methods in org.bukkit.block that return StructureRotationMethods in org.bukkit.block with parameters of type StructureRotationModifier and TypeMethodDescriptionvoidStructure.setRotation(@NotNull StructureRotation rotation) Set how this structure is rotated. -
Uses of StructureRotation in org.bukkit.block.data
Methods in org.bukkit.block.data with parameters of type StructureRotationModifier and TypeMethodDescriptionvoidBlockData.rotate(@NotNull StructureRotation rotation) Rotates this blockdata by the specifiedStructureRotation. -
Uses of StructureRotation in org.bukkit.block.structure
Methods in org.bukkit.block.structure that return StructureRotationModifier and TypeMethodDescriptionstatic StructureRotationReturns the enum constant of this class with the specified name.static StructureRotation[]StructureRotation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StructureRotation in org.bukkit.structure
Methods in org.bukkit.structure with parameters of type StructureRotationModifier and TypeMethodDescriptionvoidStructure.place(@NotNull Location location, boolean includeEntities, @NotNull StructureRotation structureRotation, @NotNull Mirror mirror, int palette, float integrity, @NotNull Random random) Place a structure in the world.voidStructure.place(@NotNull Location location, boolean includeEntities, @NotNull StructureRotation structureRotation, @NotNull Mirror mirror, int palette, float integrity, @NotNull Random random, @NotNull Collection<BlockTransformer> blockTransformers, @NotNull Collection<EntityTransformer> entityTransformers) Place a structure in the world.voidStructure.place(@NotNull RegionAccessor regionAccessor, @NotNull BlockVector location, boolean includeEntities, @NotNull StructureRotation structureRotation, @NotNull Mirror mirror, int palette, float integrity, @NotNull Random random) Place a structure in the world.voidStructure.place(@NotNull RegionAccessor regionAccessor, @NotNull BlockVector location, boolean includeEntities, @NotNull StructureRotation structureRotation, @NotNull Mirror mirror, int palette, float integrity, @NotNull Random random, @NotNull Collection<BlockTransformer> blockTransformers, @NotNull Collection<EntityTransformer> entityTransformers) Place a structure in the world.