Skip to content

Commit

Permalink
feat: update to 24w37a
Browse files Browse the repository at this point in the history
  • Loading branch information
gabizou committed Sep 12, 2024
1 parent bb588e3 commit b3b13e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/spongepowered/api/data/type/BoatType.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@
*/
package org.spongepowered.api.data.type;

import org.spongepowered.api.block.BlockType;
import org.spongepowered.api.registry.DefaultedRegistryValue;
import org.spongepowered.api.util.annotation.CatalogedBy;

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

BlockType representedBlock();
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public final class StatisticCategories {

public static final DefaultedRegistryReference<StatisticCategory.Typed<ItemType>> DROPPED = StatisticCategories.typedKey(ResourceKey.minecraft("dropped"));

@SuppressWarnings("rawtypes")
public static final DefaultedRegistryReference<StatisticCategory.Typed<EntityType>> KILLED = StatisticCategories.typedKey(ResourceKey.minecraft("killed"));

@SuppressWarnings("rawtypes")
Expand Down

0 comments on commit b3b13e9

Please sign in to comment.