Uses of Enum Class
dev.wyck.worldgen.Rotation
Packages that use Rotation
-
Uses of Rotation in dev.wyck.worldgen
Subclasses with type arguments of type Rotation in dev.wyck.worldgenClasses in dev.wyck.worldgen that implement interfaces with type arguments of type RotationFields in dev.wyck.worldgen with type parameters of type RotationMethods in dev.wyck.worldgen that return RotationModifier and TypeMethodDescriptionstatic RotationReturns the enum constant of this class with the specified name.static Rotation[]Rotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.worldgen that return types with arguments of type Rotation -
Uses of Rotation in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return types with arguments of type RotationModifier and TypeMethodDescriptionTemplateFeatureConfiguration.TemplateEntry.rotations()Returns the value of therotationsrecord component.Methods in dev.wyck.worldgen.feature.configurations with parameters of type RotationModifier and TypeMethodDescriptionTemplateFeatureConfiguration.TemplateEntry.of(ResourceKey template, Rotation... rotations) Creates a template entry with the given rotations.Constructor parameters in dev.wyck.worldgen.feature.configurations with type arguments of type RotationModifierConstructorDescriptionTemplateEntry(ResourceKey template, List<Rotation> rotations) Creates an instance of aTemplateEntryrecord class.