Uses of Class
net.mathias2246.buildmc.api.status.StatusInstance
Packages that use StatusInstance
-
Uses of StatusInstance in net.mathias2246.buildmc.api.event.player
Methods in net.mathias2246.buildmc.api.event.player that return StatusInstanceModifier and TypeMethodDescription@Nullable StatusInstanceStatusChangeEvent.getNewStatus()@Nullable StatusInstanceStatusChangeEvent.getOldStatus()Methods in net.mathias2246.buildmc.api.event.player that return types with arguments of type StatusInstanceModifier and TypeMethodDescriptionStatusLoadEvent.getStatusRegistry()Returns the registry being populated during this load event.Methods in net.mathias2246.buildmc.api.event.player with parameters of type StatusInstanceModifier and TypeMethodDescriptionvoidStatusLoadEvent.addStatus(StatusInstance status) Adds a status to the registry during the loading phase.voidStatusChangeEvent.setNewStatus(@Nullable StatusInstance newStatus) Constructors in net.mathias2246.buildmc.api.event.player with parameters of type StatusInstanceModifierConstructorDescriptionStatusChangeEvent(@NotNull org.bukkit.entity.Player player, @Nullable StatusInstance oldStatus, @Nullable StatusInstance newStatus) The default constructorConstructor parameters in net.mathias2246.buildmc.api.event.player with type arguments of type StatusInstanceModifierConstructorDescriptionStatusLoadEvent(@NotNull BaseRegistry<StatusInstance> statusRegistry) Creates a newStatusLoadEvent. -
Uses of StatusInstance in net.mathias2246.buildmc.api.status
Methods in net.mathias2246.buildmc.api.status that return StatusInstanceModifier and TypeMethodDescriptionstatic StatusInstanceStatusInstance.deserialize(@NotNull Map<String, Object> map, @NotNull @MatchesRegex("[a-z0-9/._-]+$") String statusId) Deserializes aStatusInstancethat is represented using a Map.