Uses of Interface
org.bukkit.metadata.Metadatable
Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.block |
Classes used to manipulate the voxels in a
world ,
including special states. |
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.entity.minecart |
Interfaces for various
Minecart types. |
-
Uses of Metadatable in org.bukkit
Subinterfaces of Metadatable in org.bukkit Modifier and Type Interface Description interface
World
Represents a world, which may contain entities, chunks and blocks -
Uses of Metadatable in org.bukkit.block
Subinterfaces of Metadatable in org.bukkit.block Modifier and Type Interface Description interface
Banner
interface
Beacon
Represents a beacon.interface
Block
Represents a block.interface
BlockState
Represents a captured state of a block, which will not change automatically.interface
BrewingStand
Represents a brewing stand.interface
Chest
Represents a chest.interface
CommandBlock
interface
CreatureSpawner
Represents a creature spawner.interface
Dispenser
Represents a dispenser.interface
Dropper
Represents a dropper.interface
Furnace
Represents a furnace.interface
Hopper
Represents a hopper.interface
Jukebox
Represents a Jukeboxinterface
NoteBlock
Represents a note.interface
Sign
Represents either a SignPost or a WallSigninterface
Skull
Represents a Skull -
Uses of Metadatable in org.bukkit.entity
Subinterfaces of Metadatable in org.bukkit.entity Modifier and Type Interface Description interface
Ageable
Represents an entity that can age and breed.interface
Ambient
Represents an ambient mobinterface
Animals
Represents an Animal.interface
ArmorStand
interface
Arrow
Represents an arrow.interface
Bat
Represents a Batinterface
Blaze
Represents a Blaze monsterinterface
Boat
Represents a boat entity.interface
CaveSpider
Represents a Spider.interface
Chicken
Represents a Chicken.interface
ComplexEntityPart
Represents a single part of aComplexLivingEntity
interface
ComplexLivingEntity
Represents a complex living entity - one that is made up of various smaller partsinterface
Cow
Represents a Cow.interface
Creature
Represents a Creature.interface
Creeper
Represents a Creeperinterface
Damageable
Represents anEntity
that has health and can take damage.interface
Egg
Represents a thrown egg.interface
EnderCrystal
A crystal that heals nearby EnderDragonsinterface
EnderDragon
Represents an Ender Dragoninterface
EnderDragonPart
Represents an ender dragon partinterface
Enderman
Represents an Enderman.interface
Endermite
interface
EnderPearl
Represents a thrown Ender Pearl entityinterface
EnderSignal
Represents an Ender Signal, which is often created upon throwing an ender eyeinterface
Entity
Represents a base entity in the worldinterface
ExperienceOrb
Represents an Experience Orb.interface
Explosive
A representation of an explosive entityinterface
FallingBlock
Represents a falling blockinterface
FallingSand
Deprecated.SeeFallingBlock
interface
Fireball
Represents a Fireball.interface
Firework
interface
Fish
Deprecated.in favor ofFishHook
interface
FishHook
Represents a fishing hook.interface
Flying
Represents a Flying Entity.interface
Ghast
Represents a Ghast.interface
Giant
Represents a Giant.interface
Golem
A mechanical creature that may harm enemies.interface
Guardian
interface
Hanging
Represents a Hanging entityinterface
Horse
Represents a Horse.interface
HumanEntity
Represents a human entity, such as an NPC or a playerinterface
IronGolem
An iron Golem that protects Villages.interface
Item
Represents an Item.interface
ItemFrame
Represents an Item Frameinterface
LargeFireball
Represents a largeFireball
interface
LeashHitch
Represents a Leash Hitch on a fenceinterface
LightningStrike
Represents an instance of a lightning strike.interface
LivingEntity
Represents a living entity, such as a monster or playerinterface
MagmaCube
Represents a MagmaCube.interface
Minecart
Represents a minecart entity.interface
Monster
Represents a Monster.interface
MushroomCow
Represents a mushroomCow
interface
NPC
Represents a non-player characterinterface
Ocelot
A wild tameable catinterface
Painting
Represents a Painting.interface
Pig
Represents a Pig.interface
PigZombie
Represents a Pig Zombie.interface
Player
Represents a player, connected or notinterface
PoweredMinecart
Deprecated.This class has been moved into a sub package;PoweredMinecart
should be used instead.interface
Projectile
Represents a shootable entity.interface
Rabbit
interface
Sheep
Represents a Sheep.interface
Silverfish
Represents a Silverfish.interface
Skeleton
Represents a Skeleton.interface
Slime
Represents a Slime.interface
SmallFireball
Represents a smallFireball
interface
Snowball
Represents a snowball.interface
Snowman
Represents a snowman entityinterface
Spider
Represents a Spider.interface
Squid
Represents a Squid.interface
StorageMinecart
Deprecated.This class has been moved into a sub package;StorageMinecart
should be used instead.interface
ThrownExpBottle
Represents a thrown Experience bottle.interface
ThrownPotion
Represents a thrown potion bottleinterface
TNTPrimed
Represents a Primed TNT.interface
Vehicle
Represents a vehicle entity.interface
Villager
Represents a villager NPCinterface
WaterMob
Represents a Water Mobinterface
Weather
Represents a Weather related entity, such as a storminterface
Witch
Represents a Witchinterface
Wither
Represents a Wither bossinterface
WitherSkull
Represents a wither skullFireball
.interface
Wolf
Represents a Wolfinterface
Zombie
Represents a Zombie. -
Uses of Metadatable in org.bukkit.entity.minecart
Subinterfaces of Metadatable in org.bukkit.entity.minecart Modifier and Type Interface Description interface
CommandMinecart
interface
ExplosiveMinecart
Represents a Minecart with TNT inside it that can explode when triggered.interface
HopperMinecart
Represents a Minecart with a Hopper inside itinterface
PoweredMinecart
Represents a powered minecart.interface
RideableMinecart
Represents a minecart that can have certainentities
as passengers.interface
SpawnerMinecart
Represents a Minecart with anentity spawner
inside it.interface
StorageMinecart
Represents a minecart with a chest.