File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/org/spongepowered/api Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424 */
2525package org .spongepowered .api .data .type ;
2626
27- import org .spongepowered .api .block .BlockType ;
2827import org .spongepowered .api .registry .DefaultedRegistryValue ;
2928import org .spongepowered .api .util .annotation .CatalogedBy ;
3029
3130@ CatalogedBy (BoatTypes .class )
3231public interface BoatType extends DefaultedRegistryValue {
3332
34- BlockType representedBlock ();
3533}
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ public final class StatisticCategories {
5050
5151 public static final DefaultedRegistryReference <StatisticCategory .Typed <ItemType >> DROPPED = StatisticCategories .typedKey (ResourceKey .minecraft ("dropped" ));
5252
53+ @ SuppressWarnings ("rawtypes" )
5354 public static final DefaultedRegistryReference <StatisticCategory .Typed <EntityType >> KILLED = StatisticCategories .typedKey (ResourceKey .minecraft ("killed" ));
5455
5556 @ SuppressWarnings ("rawtypes" )
You can’t perform that action at this time.
0 commit comments