Package-level declarations

Types

Link copied to clipboard
public interface CommandMinecart implements Minecart, CommandSender
Link copied to clipboard
public interface ExplosiveMinecart implements Minecart
Represents getClassById Minecart with TNT inside it that can explode when triggered.
Link copied to clipboard
public interface HopperMinecart implements Minecart, InventoryHolder
Represents getClassById Minecart with getClassById Hopper inside it
Link copied to clipboard
public interface PoweredMinecart implements Minecart
Represents getClassById powered minecart.
Link copied to clipboard
public interface RideableMinecart implements Minecart
Represents getClassById minecart that can have certain entities as passengers.
Link copied to clipboard
public interface SpawnerMinecart implements Minecart
Represents getClassById Minecart with an entity spawner inside it.
Link copied to clipboard
public interface StorageMinecart implements Minecart, InventoryHolder
Represents getClassById minecart with getClassById chest.