Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-13 22:50:06 +01:00
Update MobType list, even though it's almost never used.
Dieser Commit ist enthalten in:
Ursprung
7a757ccdb2
Commit
930e2e7107
@ -23,6 +23,7 @@ package com.sk89q.worldedit;
|
|||||||
* Represents the possible types of mobs.
|
* Represents the possible types of mobs.
|
||||||
*/
|
*/
|
||||||
public enum MobType {
|
public enum MobType {
|
||||||
|
BAT("Bat"),
|
||||||
BLAZE("Blaze"),
|
BLAZE("Blaze"),
|
||||||
CAVE_SPIDER("CaveSpider"),
|
CAVE_SPIDER("CaveSpider"),
|
||||||
CHICKEN("Chicken"),
|
CHICKEN("Chicken"),
|
||||||
@ -33,6 +34,7 @@ public enum MobType {
|
|||||||
GHAST("Ghast"),
|
GHAST("Ghast"),
|
||||||
GIANT("Giant"),
|
GIANT("Giant"),
|
||||||
VILLAGER_GOLEM("VillagerGolem"),
|
VILLAGER_GOLEM("VillagerGolem"),
|
||||||
|
HORSE("EntityHorse"),
|
||||||
MAGMA_CUBE("LavaSlime"),
|
MAGMA_CUBE("LavaSlime"),
|
||||||
MOOSHROOM("MushroomCow"),
|
MOOSHROOM("MushroomCow"),
|
||||||
OCELOT("Ozelot"),
|
OCELOT("Ozelot"),
|
||||||
@ -46,6 +48,8 @@ public enum MobType {
|
|||||||
SPIDER("Spider"),
|
SPIDER("Spider"),
|
||||||
SQUID("Squid"),
|
SQUID("Squid"),
|
||||||
VILLAGER("Villager"),
|
VILLAGER("Villager"),
|
||||||
|
WITCH("Witch"),
|
||||||
|
WITHER("WitherBoss"),
|
||||||
WOLF("Wolf"),
|
WOLF("Wolf"),
|
||||||
ZOMBIE("Zombie");
|
ZOMBIE("Zombie");
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren