Skip to content

Commit b3b13e9

Browse files
committed
feat: update to 24w37a
1 parent bb588e3 commit b3b13e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/org/spongepowered/api/data/type/BoatType.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
*/
2525
package org.spongepowered.api.data.type;
2626

27-
import org.spongepowered.api.block.BlockType;
2827
import org.spongepowered.api.registry.DefaultedRegistryValue;
2928
import org.spongepowered.api.util.annotation.CatalogedBy;
3029

3130
@CatalogedBy(BoatTypes.class)
3231
public interface BoatType extends DefaultedRegistryValue {
3332

34-
BlockType representedBlock();
3533
}

src/main/java/org/spongepowered/api/statistic/StatisticCategories.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)