We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e89e5 commit 0e2beadCopy full SHA for 0e2bead
1 file changed
src/main/java/org/spongepowered/api/entity/EntityType.java
@@ -34,7 +34,7 @@
34
* Describes a type of entity.
35
*/
36
@CatalogedBy(EntityTypes.class)
37
-public interface EntityType<A extends Entity> extends DefaultedRegistryValue<EntityType<? extends Entity>>, ComponentLike, Taggable<EntityType<? extends Entity>> {
+public interface EntityType<A extends Entity> extends DefaultedRegistryValue<EntityType<?>>, ComponentLike, Taggable<EntityType<?>> {
38
39
/**
40
* If true {@link Entity entities} of this type will not be saved to disk.
0 commit comments