Skip to content

Commit a8350d6

Browse files
committed
fix compile
1 parent 7eda77a commit a8350d6

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/spongepowered/api/data

1 file changed

+1
-1
lines changed

src/main/java/org/spongepowered/api/data/Keys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ public final class Keys {
762762
* @see #ENTITY_TO_SPAWN
763763
*/
764764
@SuppressWarnings("unchecked")
765-
public static final Key<Value<? extends EntityType<?>>> ENTITY_TYPE = Keys.key(ResourceKey.sponge("entity_type"), (Class) EntityType.class);
765+
public static final Key<Value<EntityType<?>>> ENTITY_TYPE = Keys.key(ResourceKey.sponge("entity_type"), (Class) EntityType.class);
766766

767767
/**
768768
* The {@link EntityArchetype} to spawn from any spawn egg, such as a

0 commit comments

Comments
 (0)