Uses of Enum
de.marcely.bedwars.api.cosmetics.shop.CosmeticItemOwnership.Cause
Packages that use CosmeticItemOwnership.Cause
-
Uses of CosmeticItemOwnership.Cause in de.marcely.bedwars.api.cosmetics.shop
Methods in de.marcely.bedwars.api.cosmetics.shop that return CosmeticItemOwnership.CauseModifier and TypeMethodDescriptionCosmeticItemOwnership.getCause()
Gets the cause of the ownership.static CosmeticItemOwnership.Cause
Returns the enum constant of this type with the specified name.static CosmeticItemOwnership.Cause[]
CosmeticItemOwnership.Cause.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.marcely.bedwars.api.cosmetics.shop with parameters of type CosmeticItemOwnership.CauseModifier and TypeMethodDescriptionstatic CosmeticItemOwnership
CosmeticItemOwnership.of
(CosmeticItem item, CosmeticItemOwnership.Cause cause) Constructs a new ownership instance.static CosmeticItemOwnership
CosmeticItemOwnership.of
(CosmeticItem item, CosmeticItemOwnership.Cause cause, OffsetDateTime date) Constructs a new ownership instance.boolean
CosmeticItemOwnership.Cause.weightsGreaterThan
(CosmeticItemOwnership.Cause cause) Get whether the weights of this cause are greater than the given one. -
Uses of CosmeticItemOwnership.Cause in de.marcely.bedwars.api.cosmetics.unsafe
Methods in de.marcely.bedwars.api.cosmetics.unsafe with parameters of type CosmeticItemOwnership.CauseModifier and TypeMethodDescriptionabstract CosmeticItemOwnership
CosmeticsUnsafe.newOwnership
(CosmeticItem item, CosmeticItemOwnership.Cause cause, OffsetDateTime date) Deprecated.Not part of the public API.