Uses of Interface
com.janboerman.invsee.spigot.api.target.Target
Package
Description
-
Uses of Target in com.janboerman.invsee.spigot
Modifier and TypeMethodDescriptionInvseePlusPlus.getTitleForEnderChest
(Target target) Deprecated.InvseePlusPlus.getTitleForInventory
(Target target) Deprecated.useInvseePlusPlus.getTitleForInventory()
instead. -
Uses of Target in com.janboerman.invsee.spigot.api
Modifier and TypeMethodDescriptionSpectatorInventoryView.getTarget()
Get the target of theSpectatorInventory
.Modifier and TypeMethodDescriptionboolean
Exempt.isExemptedFromHavingEnderchestSpectated
(Target target) boolean
Exempt.isExemptedFromHavingEnderchestSpectated
(Target target, String world) boolean
Exempt.isExemptedFromHavingMainInventorySpectated
(Target target) boolean
Exempt.isExemptedFromHavingMainInventorySpectated
(Target target, String world) Get the title string for a given Target.Modifier and TypeMethodDescriptionstatic Title
Convert a Function into a Title.final void
InvseeAPI.setEnderInventoryTitleFactory
(Function<Target, String> titleFactory) Deprecated.final void
InvseeAPI.setMainInventoryTitleFactory
(Function<Target, String> titleFactory) Deprecated. -
Uses of Target in com.janboerman.invsee.spigot.api.logging
-
Uses of Target in com.janboerman.invsee.spigot.api.response
Modifier and TypeMethodDescriptionfinal Target
AbstractNotCreatedReason.getTarget()
Get the target for which the SpectatorInventory was to be created.Modifier and TypeMethodDescriptionstatic ImplementationFault
NotCreatedReason.implementationFault
(Target target) Deprecated.static TargetDoesNotExist
NotCreatedReason.targetDoesNotExists
(Target target) static TargetHasExemptPermission
NotCreatedReason.targetHasExemptPermission
(Target target) static UnknownTarget
NotCreatedReason.unknownTarget
(Target target) -
Uses of Target in com.janboerman.invsee.spigot.api.target
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeMethodDescriptionstatic Target
Target.byGameProfile
(UUID uniqueId, String userName) Create the target by their unique ID and username.static Target
Target.byPlayer
(HumanEntity player) Create the target from a player object.static Target
Target.byUniqueId
(UUID uniqueId) Create the target by their unique ID.static Target
Target.byUsername
(String username) Create the target by their username. -
Uses of Target in com.janboerman.invsee.spigot.internal
InvseePlusPlus.getTitleForEnderChest()
instead.