@@ -16,231 +16,117 @@ export class MinecraftEntityTypes {
16
16
}
17
17
;
18
18
static get Agent ( ) { return EntityTypes . get ( "agent" ) ; }
19
- ;
20
19
static get Allay ( ) { return EntityTypes . get ( "allay" ) ; }
21
- ;
22
20
static get AreaEffectCloud ( ) { return EntityTypes . get ( "area_effect_cloud" ) ; }
23
- ;
24
21
static get ArmorStand ( ) { return EntityTypes . get ( "armor_stand" ) ; }
25
- ;
26
22
static get Arrow ( ) { return EntityTypes . get ( "arrow" ) ; }
27
- ;
28
23
static get Axolotl ( ) { return EntityTypes . get ( "axolotl" ) ; }
29
- ;
30
24
static get Bat ( ) { return EntityTypes . get ( "bat" ) ; }
31
- ;
32
25
static get Bee ( ) { return EntityTypes . get ( "bee" ) ; }
33
- ;
34
26
static get Blaze ( ) { return EntityTypes . get ( "blaze" ) ; }
35
- ;
36
27
static get Boat ( ) { return EntityTypes . get ( "boat" ) ; }
37
- ;
38
28
static get Camel ( ) { return EntityTypes . get ( "camel" ) ; }
39
- ;
40
29
static get Cat ( ) { return EntityTypes . get ( "cat" ) ; }
41
- ;
42
30
static get CaveSpider ( ) { return EntityTypes . get ( "cave_spider" ) ; }
43
- ;
44
31
static get ChestBoat ( ) { return EntityTypes . get ( "chest_boat" ) ; }
45
- ;
46
32
static get ChestMinecart ( ) { return EntityTypes . get ( "chest_minecart" ) ; }
47
- ;
48
33
static get Chicken ( ) { return EntityTypes . get ( "chicken" ) ; }
49
- ;
50
34
static get Cod ( ) { return EntityTypes . get ( "cod" ) ; }
51
- ;
52
35
static get CommandBlockMinecart ( ) { return EntityTypes . get ( "command_block_minecart" ) ; }
53
- ;
54
36
static get Cow ( ) { return EntityTypes . get ( "cow" ) ; }
55
- ;
56
37
static get Creeper ( ) { return EntityTypes . get ( "creeper" ) ; }
57
- ;
58
38
static get Dolphin ( ) { return EntityTypes . get ( "dolphin" ) ; }
59
- ;
60
39
static get Donkey ( ) { return EntityTypes . get ( "donkey" ) ; }
61
- ;
62
40
static get DragonFireball ( ) { return EntityTypes . get ( "dragon_fireball" ) ; }
63
- ;
64
41
static get Drowned ( ) { return EntityTypes . get ( "drowned" ) ; }
65
- ;
66
42
static get Egg ( ) { return EntityTypes . get ( "egg" ) ; }
67
- ;
68
43
static get ElderGuardian ( ) { return EntityTypes . get ( "elder_guardian" ) ; }
69
- ;
70
44
static get EnderCrystal ( ) { return EntityTypes . get ( "ender_crystal" ) ; }
71
- ;
72
45
static get EnderDragon ( ) { return EntityTypes . get ( "ender_dragon" ) ; }
73
- ;
74
46
static get EnderPearl ( ) { return EntityTypes . get ( "ender_pearl" ) ; }
75
- ;
76
47
static get Enderman ( ) { return EntityTypes . get ( "enderman" ) ; }
77
- ;
78
48
static get Endermite ( ) { return EntityTypes . get ( "endermite" ) ; }
79
- ;
80
49
static get EvocationIllager ( ) { return EntityTypes . get ( "evocation_illager" ) ; }
81
- ;
82
50
static get EyeOfEnderSignal ( ) { return EntityTypes . get ( "eye_of_ender_signal" ) ; }
83
- ;
84
51
static get Fireball ( ) { return EntityTypes . get ( "fireball" ) ; }
85
- ;
86
52
static get FireworksRocket ( ) { return EntityTypes . get ( "fireworks_rocket" ) ; }
87
- ;
88
53
static get FishingHook ( ) { return EntityTypes . get ( "fishing_hook" ) ; }
89
- ;
90
54
static get Fox ( ) { return EntityTypes . get ( "fox" ) ; }
91
- ;
92
55
static get Frog ( ) { return EntityTypes . get ( "frog" ) ; }
93
- ;
94
56
static get Ghast ( ) { return EntityTypes . get ( "ghast" ) ; }
95
- ;
96
57
static get GlowSquid ( ) { return EntityTypes . get ( "glow_squid" ) ; }
97
- ;
98
58
static get Goat ( ) { return EntityTypes . get ( "goat" ) ; }
99
- ;
100
59
static get Guardian ( ) { return EntityTypes . get ( "guardian" ) ; }
101
- ;
102
60
static get Hoglin ( ) { return EntityTypes . get ( "hoglin" ) ; }
103
- ;
104
61
static get HopperMinecart ( ) { return EntityTypes . get ( "hopper_minecart" ) ; }
105
- ;
106
62
static get Horse ( ) { return EntityTypes . get ( "horse" ) ; }
107
- ;
108
63
static get Husk ( ) { return EntityTypes . get ( "husk" ) ; }
109
- ;
110
64
static get IronGolem ( ) { return EntityTypes . get ( "iron_golem" ) ; }
111
- ;
112
65
static get LightningBolt ( ) { return EntityTypes . get ( "lightning_bolt" ) ; }
113
- ;
114
66
static get LingeringPotion ( ) { return EntityTypes . get ( "lingering_potion" ) ; }
115
- ;
116
67
static get Llama ( ) { return EntityTypes . get ( "llama" ) ; }
117
- ;
118
68
static get LlamaSpit ( ) { return EntityTypes . get ( "llama_spit" ) ; }
119
- ;
120
69
static get MagmaCube ( ) { return EntityTypes . get ( "magma_cube" ) ; }
121
- ;
122
70
static get Minecart ( ) { return EntityTypes . get ( "minecart" ) ; }
123
- ;
124
71
static get Mooshroom ( ) { return EntityTypes . get ( "mooshroom" ) ; }
125
- ;
126
72
static get Mule ( ) { return EntityTypes . get ( "mule" ) ; }
127
- ;
128
73
static get Npc ( ) { return EntityTypes . get ( "npc" ) ; }
129
- ;
130
74
static get Ocelot ( ) { return EntityTypes . get ( "ocelot" ) ; }
131
- ;
132
75
static get Panda ( ) { return EntityTypes . get ( "panda" ) ; }
133
- ;
134
76
static get Parrot ( ) { return EntityTypes . get ( "parrot" ) ; }
135
- ;
136
77
static get Phantom ( ) { return EntityTypes . get ( "phantom" ) ; }
137
- ;
138
78
static get Pig ( ) { return EntityTypes . get ( "pig" ) ; }
139
- ;
140
79
static get Piglin ( ) { return EntityTypes . get ( "piglin" ) ; }
141
- ;
142
80
static get PiglinBrute ( ) { return EntityTypes . get ( "piglin_brute" ) ; }
143
- ;
144
81
static get Pillager ( ) { return EntityTypes . get ( "pillager" ) ; }
145
- ;
146
82
static get Player ( ) { return EntityTypes . get ( "player" ) ; }
147
- ;
148
83
static get PolarBear ( ) { return EntityTypes . get ( "polar_bear" ) ; }
149
- ;
150
84
static get Pufferfish ( ) { return EntityTypes . get ( "pufferfish" ) ; }
151
- ;
152
85
static get Rabbit ( ) { return EntityTypes . get ( "rabbit" ) ; }
153
- ;
154
86
static get Ravager ( ) { return EntityTypes . get ( "ravager" ) ; }
155
- ;
156
87
static get Salmon ( ) { return EntityTypes . get ( "salmon" ) ; }
157
- ;
158
88
static get Sheep ( ) { return EntityTypes . get ( "sheep" ) ; }
159
- ;
160
89
static get Shulker ( ) { return EntityTypes . get ( "shulker" ) ; }
161
- ;
162
90
static get ShulkerBullet ( ) { return EntityTypes . get ( "shulker_bullet" ) ; }
163
- ;
164
91
static get Silverfish ( ) { return EntityTypes . get ( "silverfish" ) ; }
165
- ;
166
92
static get Skeleton ( ) { return EntityTypes . get ( "skeleton" ) ; }
167
- ;
168
93
static get SkeletonHorse ( ) { return EntityTypes . get ( "skeleton_horse" ) ; }
169
- ;
170
94
static get Slime ( ) { return EntityTypes . get ( "slime" ) ; }
171
- ;
172
95
static get SmallFireball ( ) { return EntityTypes . get ( "small_fireball" ) ; }
173
- ;
174
96
static get Sniffer ( ) { return EntityTypes . get ( "sniffer" ) ; }
175
- ;
176
97
static get SnowGolem ( ) { return EntityTypes . get ( "snow_golem" ) ; }
177
- ;
178
98
static get Snowball ( ) { return EntityTypes . get ( "snowball" ) ; }
179
- ;
180
99
static get Spider ( ) { return EntityTypes . get ( "spider" ) ; }
181
- ;
182
100
static get SplashPotion ( ) { return EntityTypes . get ( "splash_potion" ) ; }
183
- ;
184
101
static get Squid ( ) { return EntityTypes . get ( "squid" ) ; }
185
- ;
186
102
static get Stray ( ) { return EntityTypes . get ( "stray" ) ; }
187
- ;
188
103
static get Strider ( ) { return EntityTypes . get ( "strider" ) ; }
189
- ;
190
104
static get Tadpole ( ) { return EntityTypes . get ( "tadpole" ) ; }
191
- ;
192
105
static get ThrownTrident ( ) { return EntityTypes . get ( "thrown_trident" ) ; }
193
- ;
194
106
static get Tnt ( ) { return EntityTypes . get ( "tnt" ) ; }
195
- ;
196
107
static get TntMinecart ( ) { return EntityTypes . get ( "tnt_minecart" ) ; }
197
- ;
198
108
static get TraderLlama ( ) { return EntityTypes . get ( "trader_llama" ) ; }
199
- ;
200
109
static get TripodCamera ( ) { return EntityTypes . get ( "tripod_camera" ) ; }
201
- ;
202
110
static get Tropicalfish ( ) { return EntityTypes . get ( "tropicalfish" ) ; }
203
- ;
204
111
static get Turtle ( ) { return EntityTypes . get ( "turtle" ) ; }
205
- ;
206
112
static get Vex ( ) { return EntityTypes . get ( "vex" ) ; }
207
- ;
208
113
static get Villager ( ) { return EntityTypes . get ( "villager" ) ; }
209
- ;
210
114
static get VillagerV2 ( ) { return EntityTypes . get ( "villager_v2" ) ; }
211
- ;
212
115
static get Vindicator ( ) { return EntityTypes . get ( "vindicator" ) ; }
213
- ;
214
116
static get WanderingTrader ( ) { return EntityTypes . get ( "wandering_trader" ) ; }
215
- ;
216
117
static get Warden ( ) { return EntityTypes . get ( "warden" ) ; }
217
- ;
218
118
static get Witch ( ) { return EntityTypes . get ( "witch" ) ; }
219
- ;
220
119
static get Wither ( ) { return EntityTypes . get ( "wither" ) ; }
221
- ;
222
120
static get WitherSkeleton ( ) { return EntityTypes . get ( "wither_skeleton" ) ; }
223
- ;
224
121
static get WitherSkull ( ) { return EntityTypes . get ( "wither_skull" ) ; }
225
- ;
226
122
static get WitherSkullDangerous ( ) { return EntityTypes . get ( "wither_skull_dangerous" ) ; }
227
- ;
228
123
static get Wolf ( ) { return EntityTypes . get ( "wolf" ) ; }
229
- ;
230
124
static get XpBottle ( ) { return EntityTypes . get ( "xp_bottle" ) ; }
231
- ;
232
125
static get XpOrb ( ) { return EntityTypes . get ( "xp_orb" ) ; }
233
- ;
234
126
static get Zoglin ( ) { return EntityTypes . get ( "zoglin" ) ; }
235
- ;
236
127
static get Zombie ( ) { return EntityTypes . get ( "zombie" ) ; }
237
- ;
238
128
static get ZombieHorse ( ) { return EntityTypes . get ( "zombie_horse" ) ; }
239
- ;
240
129
static get ZombiePigman ( ) { return EntityTypes . get ( "zombie_pigman" ) ; }
241
- ;
242
130
static get ZombieVillager ( ) { return EntityTypes . get ( "zombie_villager" ) ; }
243
- ;
244
131
static get ZombieVillagerV2 ( ) { return EntityTypes . get ( "zombie_villager_v2" ) ; }
245
- ;
246
132
}
0 commit comments