File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/main/java/org/spongepowered/api/data Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 62
62
import org .spongepowered .api .data .type .DripstoneSegment ;
63
63
import org .spongepowered .api .data .type .DyeColor ;
64
64
import org .spongepowered .api .data .type .FoxType ;
65
+ import org .spongepowered .api .data .type .FrogType ;
65
66
import org .spongepowered .api .data .type .HandPreference ;
66
67
import org .spongepowered .api .data .type .HorseColor ;
67
68
import org .spongepowered .api .data .type .HorseStyle ;
154
155
import org .spongepowered .api .entity .living .animal .Turtle ;
155
156
import org .spongepowered .api .entity .living .animal .Wolf ;
156
157
import org .spongepowered .api .entity .living .animal .cow .Mooshroom ;
158
+ import org .spongepowered .api .entity .living .animal .frog .Frog ;
157
159
import org .spongepowered .api .entity .living .animal .horse .Horse ;
158
160
import org .spongepowered .api .entity .living .animal .horse .PackHorse ;
159
161
import org .spongepowered .api .entity .living .animal .horse .llama .Llama ;
@@ -1152,6 +1154,11 @@ public final class Keys {
1152
1154
*/
1153
1155
public static final Key <Value <FoxType >> FOX_TYPE = Keys .key (ResourceKey .sponge ("fox_type" ), FoxType .class );
1154
1156
1157
+ /**
1158
+ * The type of a {@link Frog}.
1159
+ */
1160
+ public static final Key <Value <FrogType >> FROG_TYPE = Keys .key (ResourceKey .sponge ("frog_type" ), FrogType .class );
1161
+
1155
1162
/**
1156
1163
* The time (in ticks) an {@link Entity} is frozen.
1157
1164
*/
You can’t perform that action at this time.
0 commit comments