Uses of Interface
com.janboerman.invsee.spigot.api.target.Target
Packages that use Target
Package
Description
-
Uses of Target in com.janboerman.invsee.spigot
Methods in com.janboerman.invsee.spigot with parameters of type TargetModifier and TypeMethodDescriptionInvseePlusPlus.getTitleForEnderChest
(Target target) Deprecated.InvseePlusPlus.getTitleForInventory
(Target target) Deprecated.useInvseePlusPlus.getTitleForInventory()
instead. -
Uses of Target in com.janboerman.invsee.spigot.api
Methods in com.janboerman.invsee.spigot.api that return TargetModifier and TypeMethodDescriptionSpectatorInventoryView.getTarget()
Get the target of theSpectatorInventory
.Methods in com.janboerman.invsee.spigot.api with parameters of type TargetModifier 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.Method parameters in com.janboerman.invsee.spigot.api with type arguments of type TargetModifier 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
Methods in com.janboerman.invsee.spigot.api.logging with parameters of type Target -
Uses of Target in com.janboerman.invsee.spigot.api.response
Methods in com.janboerman.invsee.spigot.api.response that return TargetModifier and TypeMethodDescriptionfinal Target
AbstractNotCreatedReason.getTarget()
Get the target for which the SpectatorInventory was to be created.Methods in com.janboerman.invsee.spigot.api.response with parameters of type TargetModifier 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) Constructors in com.janboerman.invsee.spigot.api.response with parameters of type Target -
Uses of Target in com.janboerman.invsee.spigot.api.target
Classes in com.janboerman.invsee.spigot.api.target that implement TargetModifier and TypeClassDescriptionclass
class
class
class
Methods in com.janboerman.invsee.spigot.api.target that return TargetModifier 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
Methods in com.janboerman.invsee.spigot.internal with parameters of type Target
InvseePlusPlus.getTitleForEnderChest()
instead.