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 7eda77a commit a8350d6Copy full SHA for a8350d6
src/main/java/org/spongepowered/api/data/Keys.java
@@ -762,7 +762,7 @@ public final class Keys {
762
* @see #ENTITY_TO_SPAWN
763
*/
764
@SuppressWarnings("unchecked")
765
- public static final Key<Value<? extends EntityType<?>>> ENTITY_TYPE = Keys.key(ResourceKey.sponge("entity_type"), (Class) EntityType.class);
+ public static final Key<Value<EntityType<?>>> ENTITY_TYPE = Keys.key(ResourceKey.sponge("entity_type"), (Class) EntityType.class);
766
767
/**
768
* The {@link EntityArchetype} to spawn from any spawn egg, such as a
0 commit comments