![]() |
FourKit 1469f90c
The LCE C# Server Plugin API
|
Classes | |
| class | Damageable |
| Represents an Entity that can take damage and has health. More... | |
| class | Entity |
| Represents a base entity in the world. More... | |
| class | HumanEntity |
| Represents a human entity in the world (e.g. a player). More... | |
| class | Item |
| Represents a dropped item on the ground. More... | |
| class | LivingEntity |
| Represents a living entity in the world that has health and can take damage. More... | |
| interface | OfflinePlayer |
| Represents a player identity that may or may not currently be online. More... | |
| class | Player |
| Represents a player connected to the server. More... | |
Enum representing the reason a player was disconnected from the server. mirrored from DisconnectPacket::eDisconnectReason.
Represents the type of an Entity.
| Enumerator | |
|---|---|
| ARROW | An arrow projectile; may get stuck in the ground. |
| BAT | A bat. |
| BLAZE | A blaze. |
| BOAT | A placed boat. |
| CAVE_SPIDER | A cave spider. |
| CHICKEN | A chicken. |
| COMPLEX_PART | A complex entity part. |
| COW | A cow. |
| CREEPER | A creeper. |
| DROPPED_ITEM | An item resting on the ground. |
| EGG | A flying chicken egg. |
| ENDER_CRYSTAL | An ender crystal. |
| ENDER_DRAGON | An ender dragon. |
| ENDER_PEARL | A flying ender pearl. |
| ENDER_SIGNAL | An ender eye signal. |
| ENDERMAN | An enderman. |
| EXPERIENCE_ORB | An experience orb. |
| FALLING_BLOCK | A block that is going to or is about to fall. |
| FIREBALL | A flying large fireball, as thrown by a Ghast for example. |
| FIREWORK | A firework rocket. |
| FISHING_HOOK | A fishing line and bobber. |
| GHAST | A ghast. |
| GIANT | A giant. |
| HORSE | A horse. |
| IRON_GOLEM | An iron golem. |
| ITEM_FRAME | An item frame on a wall. |
| LEASH_HITCH | A leash attached to a fencepost. |
| LIGHTNING | A bolt of lightning. |
| MAGMA_CUBE | A magma cube. |
| MINECART | A minecart. |
| MINECART_CHEST | A minecart with a chest. |
| MINECART_COMMAND | A minecart with a command block. |
| MINECART_FURNACE | A minecart with a furnace. |
| MINECART_HOPPER | A minecart with a hopper. |
| MINECART_MOB_SPAWNER | A minecart with a mob spawner. |
| MINECART_TNT | A minecart with TNT. |
| MUSHROOM_COW | A mooshroom. |
| OCELOT | An ocelot. |
| PAINTING | A painting on a wall. |
| PIG | A pig. |
| PIG_ZOMBIE | A zombie pigman. |
| PLAYER | A player. |
| PRIMED_TNT | Primed TNT that is about to explode. |
| SHEEP | A sheep. |
| SILVERFISH | A silverfish. |
| SKELETON | A skeleton. |
| SLIME | A slime. |
| SMALL_FIREBALL | A flying small fireball, such as thrown by a Blaze or player. |
| SNOWBALL | A flying snowball. |
| SNOWMAN | A snowman. |
| SPIDER | A spider. |
| SPLASH_POTION | A flying splash potion. |
| SQUID | A squid. |
| THROWN_EXP_BOTTLE | A flying experience bottle. |
| UNKNOWN | An unknown entity without an Entity Class. |
| VILLAGER | A villager. |
| WEATHER | A weather entity. |
| WITCH | A witch. |
| WITHER | A wither. |
| WITHER_SKULL | A flying wither skull projectile. |
| WOLF | A wolf. |
| ZOMBIE | A zombie. |