Uses of Interface
org.bukkit.entity.Minecart
Package | Description |
---|---|
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 Minecart in org.bukkit.entity
Subinterfaces of Minecart in org.bukkit.entity Modifier and Type Interface Description interface
PoweredMinecart
Deprecated.This class has been moved into a sub package;PoweredMinecart
should be used instead.interface
StorageMinecart
Deprecated.This class has been moved into a sub package;StorageMinecart
should be used instead. -
Uses of Minecart in org.bukkit.entity.minecart
Subinterfaces of Minecart 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.