3838import org .spongepowered .api .entity .living .Bat ;
3939import org .spongepowered .api .entity .living .Human ;
4040import org .spongepowered .api .entity .living .animal .Allay ;
41+ import org .spongepowered .api .entity .living .animal .Armadillo ;
4142import org .spongepowered .api .entity .living .animal .Axolotl ;
4243import org .spongepowered .api .entity .living .animal .Bee ;
4344import org .spongepowered .api .entity .living .animal .Cat ;
102103import org .spongepowered .api .entity .living .monster .raider .illager .Vindicator ;
103104import org .spongepowered .api .entity .living .monster .raider .illager .spellcaster .Evoker ;
104105import org .spongepowered .api .entity .living .monster .raider .illager .spellcaster .Illusioner ;
106+ import org .spongepowered .api .entity .living .monster .skeleton .Bogged ;
105107import org .spongepowered .api .entity .living .monster .skeleton .Skeleton ;
106108import org .spongepowered .api .entity .living .monster .skeleton .Stray ;
107109import org .spongepowered .api .entity .living .monster .skeleton .WitherSkeleton ;
127129import org .spongepowered .api .entity .projectile .Potion ;
128130import org .spongepowered .api .entity .projectile .ShulkerBullet ;
129131import org .spongepowered .api .entity .projectile .Snowball ;
130- import org .spongepowered .api .entity .projectile .WindCharge ;
131132import org .spongepowered .api .entity .projectile .arrow .Arrow ;
132133import org .spongepowered .api .entity .projectile .arrow .SpectralArrow ;
133134import org .spongepowered .api .entity .projectile .arrow .Trident ;
136137import org .spongepowered .api .entity .projectile .explosive .fireball .DragonFireball ;
137138import org .spongepowered .api .entity .projectile .explosive .fireball .ExplosiveFireball ;
138139import org .spongepowered .api .entity .projectile .explosive .fireball .SmallFireball ;
140+ import org .spongepowered .api .entity .projectile .windcharge .BreezeWindCharge ;
141+ import org .spongepowered .api .entity .projectile .windcharge .WindCharge ;
139142import org .spongepowered .api .entity .vehicle .Boat ;
140143import org .spongepowered .api .entity .vehicle .ChestBoat ;
141144import org .spongepowered .api .entity .vehicle .minecart .CommandBlockMinecart ;
@@ -164,6 +167,8 @@ public final class EntityTypes {
164167
165168 public static final DefaultedRegistryReference <EntityType <AreaEffectCloud >> AREA_EFFECT_CLOUD = EntityTypes .key (ResourceKey .minecraft ("area_effect_cloud" ));
166169
170+ public static final DefaultedRegistryReference <EntityType <Armadillo >> ARMADILLO = EntityTypes .key (ResourceKey .minecraft ("armadillo" ));
171+
167172 public static final DefaultedRegistryReference <EntityType <ArmorStand >> ARMOR_STAND = EntityTypes .key (ResourceKey .minecraft ("armor_stand" ));
168173
169174 public static final DefaultedRegistryReference <EntityType <Arrow >> ARROW = EntityTypes .key (ResourceKey .minecraft ("arrow" ));
@@ -180,8 +185,12 @@ public final class EntityTypes {
180185
181186 public static final DefaultedRegistryReference <EntityType <Boat >> BOAT = EntityTypes .key (ResourceKey .minecraft ("boat" ));
182187
188+ public static final DefaultedRegistryReference <EntityType <Bogged >> BOGGED = EntityTypes .key (ResourceKey .minecraft ("bogged" ));
189+
183190 public static final DefaultedRegistryReference <EntityType <Breeze >> BREEZE = EntityTypes .key (ResourceKey .minecraft ("breeze" ));
184191
192+ public static final DefaultedRegistryReference <EntityType <BreezeWindCharge >> BREEZE_WIND_CHARGE = EntityTypes .key (ResourceKey .minecraft ("breeze_wind_charge" ));
193+
185194 public static final DefaultedRegistryReference <EntityType <Camel >> CAMEL = EntityTypes .key (ResourceKey .minecraft ("camel" ));
186195
187196 public static final DefaultedRegistryReference <EntityType <Cat >> CAT = EntityTypes .key (ResourceKey .minecraft ("cat" ));
@@ -302,6 +311,8 @@ public final class EntityTypes {
302311
303312 public static final DefaultedRegistryReference <EntityType <Ocelot >> OCELOT = EntityTypes .key (ResourceKey .minecraft ("ocelot" ));
304313
314+ public static final DefaultedRegistryReference <EntityType <OminousItemSpawner >> OMINOUS_ITEM_SPAWNER = EntityTypes .key (ResourceKey .minecraft ("ominous_item_spawner" ));
315+
305316 public static final DefaultedRegistryReference <EntityType <Painting >> PAINTING = EntityTypes .key (ResourceKey .minecraft ("painting" ));
306317
307318 public static final DefaultedRegistryReference <EntityType <Panda >> PANDA = EntityTypes .key (ResourceKey .minecraft ("panda" ));
0 commit comments