Index

A B C D E F G H I L M N P R S T U V W 
All Classes and Interfaces|All Packages

A

addToPlayerList() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Add the player to the player list
asItem() - Method in class com.shanebeestudios.nms.api.world.block.McBlock
Get the Item version of this Block
attach(Entity) - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Attach an entity to a fake player
attach(Entity) - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Attach an entity to a fake player

B

BiomeDefinition - Class in com.shanebeestudios.nms.api.world.biome
Create/Register a new Biome
BiomeDefinition(NamespacedKey) - Constructor for class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
BiomeDefinition.GrassModifier - Enum Class in com.shanebeestudios.nms.api.world.biome
 
BlockApi - Class in com.shanebeestudios.nms.api.world.block
API methods relating to Blocks
BlockApi() - Constructor for class com.shanebeestudios.nms.api.world.block.BlockApi
Do not use

C

canBeReplaced() - Method in class com.shanebeestudios.nms.api.world.block.McBlockState
Check if this BlockState can be replaced
canSurvive(Location) - Method in class com.shanebeestudios.nms.api.world.block.McBlockState
Check if this BlockState can survive at a location
ChunkApi - Class in com.shanebeestudios.nms.api.world
Api methods pertaining to a Chunk
clamp(float, float, float) - Static method in class com.shanebeestudios.nms.api.util.MathUtils
Clamp a float between a min and a max
clamp(int, int, int) - Static method in class com.shanebeestudios.nms.api.util.MathUtils
Clamp an int between a min and a max
com.shanebeestudios.nms.api.server - package com.shanebeestudios.nms.api.server
Api relating to a Minecraft Server
com.shanebeestudios.nms.api.util - package com.shanebeestudios.nms.api.util
General Utility Package
com.shanebeestudios.nms.api.world - package com.shanebeestudios.nms.api.world
Api relating to a Minecraft World
com.shanebeestudios.nms.api.world.biome - package com.shanebeestudios.nms.api.world.biome
 
com.shanebeestudios.nms.api.world.block - package com.shanebeestudios.nms.api.world.block
Api relating to a Minecraft Block
com.shanebeestudios.nms.api.world.entity - package com.shanebeestudios.nms.api.world.entity
Api relating to a Minecraft Entity
com.shanebeestudios.nms.api.world.item - package com.shanebeestudios.nms.api.world.item
Api relating to a Minecraft Item

D

DARK_FOREST - Enum constant in enum class com.shanebeestudios.nms.api.world.biome.BiomeDefinition.GrassModifier
 
destroyBlock(Location, boolean) - Method in class com.shanebeestudios.nms.api.world.McLevel
Destroy a block at a location
destroyBlock(Location, boolean, Entity) - Method in class com.shanebeestudios.nms.api.world.McLevel
Destroy a block at a location
downfall(float) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 

E

empty() - Static method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get an empty ItemStack wrapped
entityCanStandOn(Entity) - Method in class com.shanebeestudios.nms.api.world.block.McBlockState
Check if an Entity can stand on this BlockState

F

FakePlayer - Class in com.shanebeestudios.nms.api.world.entity
Represents a fake ServerPlayer
fillBiome(Location, Location, NamespacedKey) - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Fill a Biome between 2 locations.
fillBiome(Location, Location, NamespacedKey, NamespacedKey) - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Fill a Biome between 2 locations with an option to only replace a specific Biome.
fillBlocks(Location, Location, BlockData, BlockData) - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Fill blocks within 2 locations
fogColor(Color) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
foliageColorOverride(Color) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 

G

getAllLevels() - Method in class com.shanebeestudios.nms.api.server.McServer
Get all server Levels
getAsBukkitCopy() - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get as a copied Bukkit ItemStack
getAsBukkitMirror() - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get as a mirrored Bukkit ItemStack
getAttachedBukkitEntity() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Get the Bukkit Entity this FakePlayer may be attached to
getAttachedEntity() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Get the Entity this FakePlayer may be attached to
getAttachedMcEntity() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Get an McEntity this FakePlayer may be attached to
getBiome(Location) - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Get the NamespacedKey of a Biome at a specific location.
getBiomeKeys() - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Get a list of all available biomes as NamespacedKeys Includes custom biomes as well
getBiomeResolver(MutableInt, ChunkAccess, BoundingBox, Holder<Biome>, Predicate<Holder<Biome>>) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Make a resolver for 3D shifted biomes
getBlock() - Method in class com.shanebeestudios.nms.api.world.block.McBlockState
Get the Block of this BlockState
getBlockDataForPlacement(Player, int) - Static method in class com.shanebeestudios.nms.api.world.block.BlockApi
Get the BlockData that would be placed at a specific position
getBlockDataForPlacement(Player, int, ItemStack) - Static method in class com.shanebeestudios.nms.api.world.block.BlockApi
Get the BlockData that would be placed at a specific position
getBlockDataForPlacement(Player, Block, Location, BlockFace) - Static method in class com.shanebeestudios.nms.api.world.block.BlockApi
Get the BlockData that would be placed at a specific position
getBlockDataForPlacement(Player, Block, Location, BlockFace, ItemStack) - Static method in class com.shanebeestudios.nms.api.world.block.BlockApi
Get the BlockData that would be placed at a specific position
getBlockDataFromState(BlockState) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Bukkit Blockdata from a Minecraft BlockState
getBlockStateFromBlock(Block) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Minecraft BlockState from a Bukkit Block
getBlockStateFromData(BlockData) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Minecraft BlockState from a Bukkit BlockData
getBukkitEntity() - Method in class com.shanebeestudios.nms.api.world.entity.McEntity
Get the Bukkit version of this Entity
getCollisionShape(Location) - Method in class com.shanebeestudios.nms.api.world.block.McBlockState
Get the collision shape of this BlockState at a location in the world
getConfiguredFeatures() - Static method in class com.shanebeestudios.nms.api.world.StructureApi
Get a list of all registered configured features
getDestroyProgress(Player, Block) - Static method in class com.shanebeestudios.nms.api.world.block.BlockApi
Deprecated, for removal: This API element is subject to removal in a future version.
Doesn't return what I thought it did (actually returns break speed)
getDestroySpeed(Block) - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get the destroy speed of this item based on a specific Block
getDirection(BlockFace) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Convert Bukkit BlockFace to Minecraft Direction
getEffectiveDifficulty(Chunk) - Static method in class com.shanebeestudios.nms.api.world.ChunkApi
Get the effective difficulty of a Chunk
getEntityType(EntityType) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get the NMS EntityType from Bukkit EntityType
getExplosionResistance() - Method in class com.shanebeestudios.nms.api.world.block.McBlock
Get the explosion resistance of this Block
getFakePlayer(String) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Get a previously cached FakePlayer
getFakePlayers() - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Get all fake players
getField(String, Class<?>, Object) - Static method in class com.shanebeestudios.nms.api.util.ReflectionUtils
Get the value of a field from an object
getForPlacement(Player, int) - Static method in class com.shanebeestudios.nms.api.world.block.BlockApi
Get the BlockData that would be placed at a specific position as well as the location of the placement
getForPlacement(Player, int, ItemStack) - Static method in class com.shanebeestudios.nms.api.world.block.BlockApi
Get the BlockData that would be placed at a specific position as well as the location of the placement
getFriction() - Method in class com.shanebeestudios.nms.api.world.block.McBlock
Get the friction of this Block
getGameProfile() - Method in class com.shanebeestudios.nms.api.world.entity.McPlayer
Get the GameProfile belonging to this player
getGravity() - Method in class com.shanebeestudios.nms.api.world.entity.McEntity
Get the gravity of this entity
getHolderReference(Registry<T>, NamespacedKey) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a holder reference from a registry
getId() - Method in class com.shanebeestudios.nms.api.world.entity.McEntity
Get the Entity ID of this entity
getItem() - Method in class com.shanebeestudios.nms.api.world.item.McItem
Get the Minecraft Item of this wrapper
getItem() - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get the Item of this ItemStack
getItem(ItemStack) - Static method in class com.shanebeestudios.nms.api.world.item.ItemApi
Get the Minecraft Item from a Minecraft ItemStack
getItem(Material) - Static method in class com.shanebeestudios.nms.api.world.item.ItemApi
Get a Minecraft Item from a Bukkit Material
getItemStack() - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get Minecraft ItemStack of this wrapper
getItemWrapper() - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get a wrapped version of the Item of this ItemStack
getJumpFactor() - Method in class com.shanebeestudios.nms.api.world.block.McBlock
Get the jump factor of this Block
getKey(ItemStack) - Static method in class com.shanebeestudios.nms.api.world.item.ItemApi
Get the NamespacedKey of an Item
getLevelChunk(Chunk) - Static method in class com.shanebeestudios.nms.api.world.ChunkApi
Get a Minecraft LevelChunk from a Bukkit Chunk
getLevelChunk(Chunk) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get an instance of a LevelChunk from a BukkitChunk
getLevelIdName() - Method in class com.shanebeestudios.nms.api.server.McServer
Get the Level ID name
getLevelPos(Location) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Minecraft Level and BlockPos from a Bukkit Location
getLocation(BlockPos, Level) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Bukkit Location from a Minecraft BlockPos and Level
getMapColor(Location) - Method in class com.shanebeestudios.nms.api.world.block.McBlockState
Get the MapColor this BlockState will appear on a map
getMcBlock() - Method in class com.shanebeestudios.nms.api.world.block.McBlockState
Get a wrapped Block of this BlockState
getMCLevel() - Method in class com.shanebeestudios.nms.api.world.entity.McEntity
Get the wrapped level of this entity
getMCPlayer() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Get a wrapper Minecraft version of this FakePlayer
getMinecraftServer(Server) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get the Minecraft Server
getModifier() - Method in enum class com.shanebeestudios.nms.api.world.biome.BiomeDefinition.GrassModifier
 
getName() - Method in class com.shanebeestudios.nms.api.world.entity.McPlayer
Get the name of this player
getNamespacedKey(ResourceLocation) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Convert Minecraft ResourceLocation to Bukkit NamespacedKey
getNMSEntity(Entity) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get an NMS Entity from a Bukkit Entity
getNMSItemStack(ItemStack) - Static method in class com.shanebeestudios.nms.api.world.item.ItemApi
Get a Minecraft ItemStack from a Bukkit ItemStack
getNMSItemStackCopy(ItemStack) - Static method in class com.shanebeestudios.nms.api.world.item.ItemApi
Get a copy of a Minecraft ItemStack from a Bukkit ItemStack
getPlacedFeatures() - Static method in class com.shanebeestudios.nms.api.world.StructureApi
Get a list of all registered placed features
getPlayerConnection(Player) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Get the Player's connection
Useful for sending packets
getPlayerList() - Method in class com.shanebeestudios.nms.api.server.McServer
Get the server's player list
getPos(Location) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Minecraft BlockPos from a Bukkit Location
getProperties() - Method in class com.shanebeestudios.nms.api.server.McServer
Get the properties associated with the server
getRainLevel() - Method in class com.shanebeestudios.nms.api.world.McLevel
Get level of rain in a Level
getRegistry(ResourceKey<? extends Registry<? extends T>>) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Minecraft Registry
getRegistryKeys(Registry<T>) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get all keys from a registry
getRegistryValue(Registry<T>, NamespacedKey) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a keyed value from a registry
getResourceLocation(NamespacedKey) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Convert a Bukkit NamespacedKey to Minecraft ResourceLocation
getServerLevel(World) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get an instance of ServerLevel from a Bukkit World
getServerName() - Method in class com.shanebeestudios.nms.api.server.McServer
Get the name of the server
getServerPlayer() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Get the Minecraft Player of this FakePlayer
getServerPlayer(Player) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Minecraft ServerPlayer from a Bukkit Player
getServerStatus() - Method in class com.shanebeestudios.nms.api.server.McServer
Get the status of the server
getSpeedFactor() - Method in class com.shanebeestudios.nms.api.world.block.McBlock
Get the speed factor of this Block
getStructures() - Static method in class com.shanebeestudios.nms.api.world.StructureApi
Get a list of available structures
getStructureTemplates() - Static method in class com.shanebeestudios.nms.api.world.StructureApi
Get a list of available structure templates
getTicketHolders(Chunk) - Static method in class com.shanebeestudios.nms.api.world.ChunkApi
Get the ticket holders of a chunk
getTooltipLines(Player, boolean) - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get the lines of an ItemStack's tooltips as Components
getTooltipLinesAsStrings(Player, boolean) - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Get the lines of an ItemStack's tooltips as strings
getVec3(Location) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Get a Minecraft Vec# from a Bukkit Location
getWorldGenLevel(World) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Deprecated.
Unused, use McUtils.getServerLevel(World) instead
getWrappedItem(Item) - Static method in class com.shanebeestudios.nms.api.world.item.ItemApi
Get a wrapped Item for easy to use methods
getWrappedItemStack(ItemStack) - Static method in class com.shanebeestudios.nms.api.world.item.ItemApi
Get a wrapped ItemStack for easy to use methods
grassColorModifier(BiomeDefinition.GrassModifier) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
grassColorOverride(Color) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 

H

hasCollision() - Method in class com.shanebeestudios.nms.api.world.block.McBlock
Check if this Block has collision
hasPrecipitation(boolean) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 

I

isComplex() - Method in class com.shanebeestudios.nms.api.world.item.McItem
Deprecated.
No longer a thing in MC
isDamageableItem() - Method in class com.shanebeestudios.nms.api.world.item.McItemStack
Check if ItemStack is a damageable item
isDestroyable() - Method in class com.shanebeestudios.nms.api.world.block.McBlock
Check if this Block is destroyable
isFireResistant() - Method in class com.shanebeestudios.nms.api.world.item.McItem
Check if this item is fire-resistant
isReady() - Method in class com.shanebeestudios.nms.api.server.McServer
Check if the server is ready
isRunning() - Method in class com.shanebeestudios.nms.api.server.McServer
Check if the server is running
isShutdown() - Method in class com.shanebeestudios.nms.api.server.McServer
Check if the server is shutdown
isWithinVillage(Location) - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Check if a location is within a village
ItemApi - Class in com.shanebeestudios.nms.api.world.item
Api methods pertaining to an ItemStack
ItemApi() - Constructor for class com.shanebeestudios.nms.api.world.item.ItemApi
DO NOT USE

L

locateBiome(NamespacedKey, Location) - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Locate a biome in a radius of a location
locateBiome(NamespacedKey, Location, int, int) - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Locate a biome in a radius of a location
locateNearestStructure(NamespacedKey, Location) - Static method in class com.shanebeestudios.nms.api.world.StructureApi
Locate the nearest placed structure
locateNearestStructure(NamespacedKey, Location, int, boolean) - Static method in class com.shanebeestudios.nms.api.world.StructureApi
Locate the nearest placed structure

M

MathUtils - Class in com.shanebeestudios.nms.api.util
Utility class for math methods
McBlock - Class in com.shanebeestudios.nms.api.world.block
Wrapper for Minecraft Block
McBlockState - Class in com.shanebeestudios.nms.api.world.block
Wrapper for Minecraft BlockState
McEntity - Class in com.shanebeestudios.nms.api.world.entity
Wrapper for Minecraft Entity
McItem - Class in com.shanebeestudios.nms.api.world.item
Wrapper for Minecraft Item
McItemStack - Class in com.shanebeestudios.nms.api.world.item
Wrapper for Minecraft ItemStack
McLevel - Class in com.shanebeestudios.nms.api.world
Wrapper for Minecraft Level
McPlayer - Class in com.shanebeestudios.nms.api.world.entity
Wrapper for Minecraft Player
McServer - Class in com.shanebeestudios.nms.api.server
Wrapper for Minecraft (Dedicated) Server
McUtils - Class in com.shanebeestudios.nms.api.util
Utility class for changing Minecraft to/from Bukkit classes
moveTo(Location) - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Move this player to a new location

N

NONE - Enum constant in enum class com.shanebeestudios.nms.api.world.biome.BiomeDefinition.GrassModifier
 

P

placeConfiguredFeature(NamespacedKey, Location) - Static method in class com.shanebeestudios.nms.api.world.StructureApi
Place a configured feature
placePlacedFeature(NamespacedKey, Location) - Static method in class com.shanebeestudios.nms.api.world.StructureApi
Place a placed feature
PlayerApi - Class in com.shanebeestudios.nms.api.world.entity
Api methods pertaining to a Player

R

ReflectionUtils - Class in com.shanebeestudios.nms.api.util
Utility class with shortcut methods for reflection
ReflectionUtils() - Constructor for class com.shanebeestudios.nms.api.util.ReflectionUtils
 
register() - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
registerAndReturn() - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
remove() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Remove this fake player
removeFromPlayerList() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Remove the player from the player list
riptide(int) - Method in class com.shanebeestudios.nms.api.world.entity.McPlayer
Start the riptide animation for a player

S

sendPacket(Player, Packet<?>) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Send a Packet to a Bukkit Player
setBiome(Location, NamespacedKey) - Static method in class com.shanebeestudios.nms.api.world.WorldApi
Set a biome at a location, including custom biomes.
setField(String, Class<?>, Object, Object) - Static method in class com.shanebeestudios.nms.api.util.ReflectionUtils
Set the value of a field in an object
setField(String, Object, Object) - Static method in class com.shanebeestudios.nms.api.util.ReflectionUtils
Set the value of a field in an object
setSkin(GameProfile) - Static method in class com.shanebeestudios.nms.api.util.McUtils
Set the skin of a GameProfile
skyColor(Color) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
spawnFakePlayer(String, Location, EntityType) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Spawn a FakePlayer
spawnFakePlayer(String, Location, EntityType, boolean) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Spawn a FakePlayer
spawnFakePlayer(String, Location) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Spawn a FakePlayer
spawnFakePlayerAsync(String, Location, EntityType) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Spawn a FakePlayer async
spawnFakePlayerAsync(String, Location, EntityType, boolean) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Spawn a FakePlayer async
spawnFakePlayerAsync(String, Location) - Static method in class com.shanebeestudios.nms.api.world.entity.PlayerApi
Spawn a FakePlayer async
StructureApi - Class in com.shanebeestudios.nms.api.world
API methods relating to Structures
SWAMP - Enum constant in enum class com.shanebeestudios.nms.api.world.biome.BiomeDefinition.GrassModifier
 

T

teleport(Location) - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Teleport this player to another location
temperature(float) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
toString() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
 
touch(Entity) - Method in class com.shanebeestudios.nms.api.world.entity.McPlayer
Make a player touch an entity

U

update() - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Update for all players online
update(Player) - Method in class com.shanebeestudios.nms.api.world.entity.FakePlayer
Update for a single Player

V

valueOf(String) - Static method in enum class com.shanebeestudios.nms.api.world.biome.BiomeDefinition.GrassModifier
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.shanebeestudios.nms.api.world.biome.BiomeDefinition.GrassModifier
Returns an array containing the constants of this enum class, in the order they are declared.

W

waterColor(Color) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
waterFogColor(Color) - Method in class com.shanebeestudios.nms.api.world.biome.BiomeDefinition
 
WorldApi - Class in com.shanebeestudios.nms.api.world
API methods relating to Worlds
wrap() - Static method in class com.shanebeestudios.nms.api.server.McServer
Wrap the Bukkit server as MinecraftServer
wrap(Entity) - Static method in class com.shanebeestudios.nms.api.world.entity.McEntity
Wrap a Minecraft Entity
wrap(Player) - Static method in class com.shanebeestudios.nms.api.world.entity.McPlayer
Wrap a Minecraft Player
wrap(ItemStack) - Static method in class com.shanebeestudios.nms.api.world.item.McItemStack
Wrap an NMS ItemStack to use easy to use methods
wrap(Item) - Static method in class com.shanebeestudios.nms.api.world.item.McItem
Wrap an Item for easy to use methods
wrap(Level) - Static method in class com.shanebeestudios.nms.api.world.McLevel
Wrap a Minecraft Level
wrap(Block) - Static method in class com.shanebeestudios.nms.api.world.block.McBlock
Wrap a Minecraft Block as an McBlock
wrap(BlockState) - Static method in class com.shanebeestudios.nms.api.world.block.McBlockState
Wrap a Minecraft BlockState as an McBlockState
wrap(World) - Static method in class com.shanebeestudios.nms.api.world.McLevel
Wrap a Bukkit World
wrap(Block) - Static method in class com.shanebeestudios.nms.api.world.block.McBlock
Wrap a Bukkit Block as an McBlock
wrap(BlockData) - Static method in class com.shanebeestudios.nms.api.world.block.McBlockState
Wrap a Bukkit BlockData as a Minecraft BlockState
wrap(Entity) - Static method in class com.shanebeestudios.nms.api.world.entity.McEntity
Wrap a Bukkit Entity
wrap(Player) - Static method in class com.shanebeestudios.nms.api.world.entity.McPlayer
Wrap a Bukkit Player
wrap(ItemStack) - Static method in class com.shanebeestudios.nms.api.world.item.McItemStack
Wrap a Bukkit ItemStack to use easy to use methods
wrap(Server) - Static method in class com.shanebeestudios.nms.api.server.McServer
Wrap a Bukkit Server as MinecraftServer
A B C D E F G H I L M N P R S T U V W 
All Classes and Interfaces|All Packages