Uses of Class
com.loohp.limbo.player.Player
Packages that use Player
Package
Description
-
Uses of Player in cn.ycraft.limbo.network
Fields in cn.ycraft.limbo.network with type parameters of type PlayerModifier and TypeFieldDescriptionstatic final org.geysermc.mcprotocollib.network.Flag<Player>
NetworkConstants.PLAYER_FLAG
Methods in cn.ycraft.limbo.network that return Player -
Uses of Player in com.loohp.limbo
Methods in com.loohp.limbo that return PlayerModifier and TypeMethodDescriptionMethods in com.loohp.limbo that return types with arguments of type PlayerMethods in com.loohp.limbo with parameters of type PlayerModifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated. -
Uses of Player in com.loohp.limbo.bossbar
Methods in com.loohp.limbo.bossbar that return types with arguments of type PlayerMethods in com.loohp.limbo.bossbar with parameters of type PlayerModifier and TypeMethodDescriptionboolean
KeyedBossBar.hidePlayer
(Player player) boolean
KeyedBossBar.showPlayer
(Player player) -
Uses of Player in com.loohp.limbo.events.inventory
Methods in com.loohp.limbo.events.inventory that return Player -
Uses of Player in com.loohp.limbo.events.player
Methods in com.loohp.limbo.events.player that return PlayerConstructors in com.loohp.limbo.events.player with parameters of type PlayerModifierConstructorDescriptionPlayerChatEvent
(Player player, String format, String message, boolean cancelled) PlayerEvent
(Player player) PlayerInteractEvent
(Player player, PlayerInteractEvent.Action action, ItemStack item, BlockState clickedBlock, BlockFace clickedFace, EquipmentSlot hand) PlayerJoinEvent
(Player player) PlayerMoveEvent
(Player player, Location from, Location to) PlayerQuitEvent
(Player player) PlayerResourcePackStatusEvent
(Player player, org.geysermc.mcprotocollib.protocol.data.game.ResourcePackStatus status) PlayerSelectedSlotChangeEvent
(Player player, byte slot) PlayerSpawnEvent
(Player player, Location spawnLoc) PlayerSwapHandItemsEvent
(Player player, ItemStack mainHandItem, ItemStack offHandItem) PlayerTeleportEvent
(Player player, Location from, Location to) PluginMessageEvent
(Player player, String channel, byte[] data) -
Uses of Player in com.loohp.limbo.inventory
Fields in com.loohp.limbo.inventory with type parameters of type PlayerMethods in com.loohp.limbo.inventory that return PlayerMethods in com.loohp.limbo.inventory that return types with arguments of type PlayerModifier and TypeMethodDescriptionAbstractInventory.Unsafe.c()
Deprecated.Inventory.Unsafe.c()
Deprecated.AbstractInventory.getViewers()
Inventory.getViewers()
Gets a list of players viewing the inventory.Methods in com.loohp.limbo.inventory with parameters of type PlayerModifier and TypeMethodDescriptionvoid
AbstractInventory.updateInventory
(Player player) void
Inventory.updateInventory
(Player player) Constructors in com.loohp.limbo.inventory with parameters of type PlayerModifierConstructorDescriptionInventoryView
(Player player, net.kyori.adventure.text.Component title, Inventory topInventory, Inventory bottomInventory) -
Uses of Player in com.loohp.limbo.player
Methods in com.loohp.limbo.player that return PlayerMethods in com.loohp.limbo.player with parameters of type PlayerModifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.protected void
Constructors in com.loohp.limbo.player with parameters of type Player -
Uses of Player in com.loohp.limbo.utils
Methods in com.loohp.limbo.utils with parameters of type PlayerModifier and TypeMethodDescriptionstatic void
InventoryClickUtils.handle
(Player player, org.geysermc.mcprotocollib.protocol.packet.ingame.serverbound.inventory.ServerboundContainerClickPacket packetplayinwindowclick) static boolean
InventoryClickUtils.isValidQuickcraftType
(int i, Player player) -
Uses of Player in com.loohp.limbo.world
Methods in com.loohp.limbo.world that return types with arguments of type Player