Uses of Enum Class
io.papermc.paper.datapack.Datapack.Position
Packages that use Datapack.Position
-
Uses of Datapack.Position in io.papermc.paper.datapack
Subclasses with type arguments of type Datapack.Position in io.papermc.paper.datapackModifier and TypeClassDescriptionstatic enumPosition of the pack in the load order.Methods in io.papermc.paper.datapack that return Datapack.PositionModifier and TypeMethodDescriptionstatic Datapack.PositionReturns the enum constant of this class with the specified name.static Datapack.Position[]Datapack.Position.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.papermc.paper.datapack with parameters of type Datapack.PositionModifier and TypeMethodDescriptionDatapackRegistrar.Configurer.position(boolean fixed, Datapack.Position position) Configures the position in the load order of this datapack.