File tree Expand file tree Collapse file tree
src/main/java/org/spongepowered/api/entity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939import org .spongepowered .api .entity .living .ArmorStand ;
4040import org .spongepowered .api .entity .living .Bat ;
4141import org .spongepowered .api .entity .living .Human ;
42+ import org .spongepowered .api .entity .living .Living ;
4243import org .spongepowered .api .entity .living .animal .Armadillo ;
4344import org .spongepowered .api .entity .living .animal .Axolotl ;
4445import org .spongepowered .api .entity .living .animal .Bee ;
@@ -438,7 +439,7 @@ public final class EntityTypes {
438439
439440 public static final DefaultedRegistryReference <EntityType <Strider >> STRIDER = EntityTypes .key (ResourceKey .minecraft ("strider" ));
440441
441- public static final DefaultedRegistryReference <FixMe > SULFUR_CUBE = EntityTypes .key (ResourceKey .minecraft ("sulfur_cube" ));
442+ public static final DefaultedRegistryReference <EntityType < Living > > SULFUR_CUBE = EntityTypes .key (ResourceKey .minecraft ("sulfur_cube" ));
442443
443444 public static final DefaultedRegistryReference <EntityType <Tadpole >> TADPOLE = EntityTypes .key (ResourceKey .minecraft ("tadpole" ));
444445
You can’t perform that action at this time.
0 commit comments