File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
protocol/src/main/java/org/geysermc/mcprotocollib/protocol/data/game/entity/type Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public enum BuiltinEntityType implements EntityType {
2323 BREEZE ,
2424 BREEZE_WIND_CHARGE (true ),
2525 CAMEL ,
26+ CAMEL_HUSK ,
2627 CAT ,
2728 CAVE_SPIDER ,
2829 CHERRY_BOAT ,
@@ -90,6 +91,7 @@ public enum BuiltinEntityType implements EntityType {
9091 MINECART ,
9192 MOOSHROOM ,
9293 MULE ,
94+ NAUTILUS ,
9395 OAK_BOAT ,
9496 OAK_CHEST_BOAT ,
9597 OCELOT ,
@@ -98,6 +100,7 @@ public enum BuiltinEntityType implements EntityType {
98100 PALE_OAK_BOAT ,
99101 PALE_OAK_CHEST_BOAT ,
100102 PANDA ,
103+ PARCHED ,
101104 PARROT ,
102105 PHANTOM ,
103106 PIG ,
@@ -152,6 +155,7 @@ public enum BuiltinEntityType implements EntityType {
152155 ZOGLIN ,
153156 ZOMBIE ,
154157 ZOMBIE_HORSE ,
158+ ZOMBIE_NAUTILUS ,
155159 ZOMBIE_VILLAGER ,
156160 ZOMBIFIED_PIGLIN ,
157161 PLAYER ,
You can’t perform that action at this time.
0 commit comments