Class AbstractNotCreatedReason
java.lang.Object
com.janboerman.invsee.spigot.api.response.AbstractNotCreatedReason
- All Implemented Interfaces:
NotCreatedReason
- Direct Known Subclasses:
ImplementationFault
,TargetHasExemptPermission
,UnknownTarget
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Target
Get the target for which the SpectatorInventory was to be created.
-
Constructor Details
-
AbstractNotCreatedReason
-
-
Method Details
-
getTarget
Get the target for which the SpectatorInventory was to be created.- Returns:
- the target
-