Skip to content

Commit

Permalink
generate api data
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus committed Aug 28, 2023
1 parent ccee254 commit a004b9f
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/java/org/spongepowered/api/effect/sound/SoundTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,18 @@ public final class SoundTypes {

public static final DefaultedRegistryReference<SoundType> BLOCK_SOUL_SOIL_STEP = SoundTypes.key(ResourceKey.minecraft("block.soul_soil.step"));

public static final DefaultedRegistryReference<SoundType> BLOCK_SPONGE_ABSORB = SoundTypes.key(ResourceKey.minecraft("block.sponge.absorb"));

public static final DefaultedRegistryReference<SoundType> BLOCK_SPONGE_BREAK = SoundTypes.key(ResourceKey.minecraft("block.sponge.break"));

public static final DefaultedRegistryReference<SoundType> BLOCK_SPONGE_FALL = SoundTypes.key(ResourceKey.minecraft("block.sponge.fall"));

public static final DefaultedRegistryReference<SoundType> BLOCK_SPONGE_HIT = SoundTypes.key(ResourceKey.minecraft("block.sponge.hit"));

public static final DefaultedRegistryReference<SoundType> BLOCK_SPONGE_PLACE = SoundTypes.key(ResourceKey.minecraft("block.sponge.place"));

public static final DefaultedRegistryReference<SoundType> BLOCK_SPONGE_STEP = SoundTypes.key(ResourceKey.minecraft("block.sponge.step"));

public static final DefaultedRegistryReference<SoundType> BLOCK_SPORE_BLOSSOM_BREAK = SoundTypes.key(ResourceKey.minecraft("block.spore_blossom.break"));

public static final DefaultedRegistryReference<SoundType> BLOCK_SPORE_BLOSSOM_FALL = SoundTypes.key(ResourceKey.minecraft("block.spore_blossom.fall"));
Expand Down Expand Up @@ -1337,6 +1349,16 @@ public final class SoundTypes {

public static final DefaultedRegistryReference<SoundType> BLOCK_WET_GRASS_STEP = SoundTypes.key(ResourceKey.minecraft("block.wet_grass.step"));

public static final DefaultedRegistryReference<SoundType> BLOCK_WET_SPONGE_BREAK = SoundTypes.key(ResourceKey.minecraft("block.wet_sponge.break"));

public static final DefaultedRegistryReference<SoundType> BLOCK_WET_SPONGE_FALL = SoundTypes.key(ResourceKey.minecraft("block.wet_sponge.fall"));

public static final DefaultedRegistryReference<SoundType> BLOCK_WET_SPONGE_HIT = SoundTypes.key(ResourceKey.minecraft("block.wet_sponge.hit"));

public static final DefaultedRegistryReference<SoundType> BLOCK_WET_SPONGE_PLACE = SoundTypes.key(ResourceKey.minecraft("block.wet_sponge.place"));

public static final DefaultedRegistryReference<SoundType> BLOCK_WET_SPONGE_STEP = SoundTypes.key(ResourceKey.minecraft("block.wet_sponge.step"));

public static final DefaultedRegistryReference<SoundType> BLOCK_WOOD_BREAK = SoundTypes.key(ResourceKey.minecraft("block.wood.break"));

public static final DefaultedRegistryReference<SoundType> BLOCK_WOOD_FALL = SoundTypes.key(ResourceKey.minecraft("block.wood.fall"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public final class AttributeTypes {

public static final DefaultedRegistryReference<RangedAttributeType> GENERIC_LUCK = AttributeTypes.key(ResourceKey.minecraft("generic.luck"));

public static final DefaultedRegistryReference<RangedAttributeType> GENERIC_MAX_ABSORPTION = AttributeTypes.key(ResourceKey.minecraft("generic.max_absorption"));

public static final DefaultedRegistryReference<RangedAttributeType> GENERIC_MAX_HEALTH = AttributeTypes.key(ResourceKey.minecraft("generic.max_health"));

public static final DefaultedRegistryReference<RangedAttributeType> GENERIC_MOVEMENT_SPEED = AttributeTypes.key(ResourceKey.minecraft("generic.movement_speed"));
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/org/spongepowered/api/tag/BlockTypeTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public final class BlockTypeTags {

public static final Tag<BlockType> BUTTONS = BlockTypeTags.key(ResourceKey.minecraft("buttons"));

public static final Tag<BlockType> CAMEL_SAND_STEP_SOUND_BLOCKS = BlockTypeTags.key(ResourceKey.minecraft("camel_sand_step_sound_blocks"));

public static final Tag<BlockType> CAMPFIRES = BlockTypeTags.key(ResourceKey.minecraft("campfires"));

public static final Tag<BlockType> CANDLE_CAKES = BlockTypeTags.key(ResourceKey.minecraft("candle_cakes"));
Expand All @@ -102,6 +104,8 @@ public final class BlockTypeTags {

public static final Tag<BlockType> COMPLETES_FIND_TREE_TUTORIAL = BlockTypeTags.key(ResourceKey.minecraft("completes_find_tree_tutorial"));

public static final Tag<BlockType> CONCRETE_POWDER = BlockTypeTags.key(ResourceKey.minecraft("concrete_powder"));

public static final Tag<BlockType> CONVERTABLE_TO_MUD = BlockTypeTags.key(ResourceKey.minecraft("convertable_to_mud"));

public static final Tag<BlockType> COPPER_ORES = BlockTypeTags.key(ResourceKey.minecraft("copper_ores"));
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/org/spongepowered/api/tag/DamageTypeTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public final class DamageTypeTags {

public static final Tag<DamageType> NO_IMPACT = DamageTypeTags.key(ResourceKey.minecraft("no_impact"));

public static final Tag<DamageType> NO_KNOCKBACK = DamageTypeTags.key(ResourceKey.minecraft("no_knockback"));

public static final Tag<DamageType> WITCH_RESISTANT_TO = DamageTypeTags.key(ResourceKey.minecraft("witch_resistant_to"));

public static final Tag<DamageType> WITHER_IMMUNE_TO = DamageTypeTags.key(ResourceKey.minecraft("wither_immune_to"));
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/org/spongepowered/api/tag/EntityTypeTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public final class EntityTypeTags {

public static final Tag<EntityType<?>> IMPACT_PROJECTILES = EntityTypeTags.key(ResourceKey.minecraft("impact_projectiles"));

public static final Tag<EntityType<?>> NON_CONTROLLING_RIDER = EntityTypeTags.key(ResourceKey.minecraft("non_controlling_rider"));

public static final Tag<EntityType<?>> POWDER_SNOW_WALKABLE_MOBS = EntityTypeTags.key(ResourceKey.minecraft("powder_snow_walkable_mobs"));

public static final Tag<EntityType<?>> RAIDERS = EntityTypeTags.key(ResourceKey.minecraft("raiders"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ public final class Features {

public static final DefaultedRegistryReference<Feature> ORE_DIAMOND_LARGE = Features.key(ResourceKey.minecraft("ore_diamond_large"));

public static final DefaultedRegistryReference<Feature> ORE_DIAMOND_MEDIUM = Features.key(ResourceKey.minecraft("ore_diamond_medium"));

public static final DefaultedRegistryReference<Feature> ORE_DIAMOND_SMALL = Features.key(ResourceKey.minecraft("ore_diamond_small"));

public static final DefaultedRegistryReference<Feature> ORE_DIORITE = Features.key(ResourceKey.minecraft("ore_diorite"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ public final class PlacedFeatures {

public static final DefaultedRegistryReference<PlacedFeature> ORE_DIAMOND_LARGE = PlacedFeatures.key(ResourceKey.minecraft("ore_diamond_large"));

public static final DefaultedRegistryReference<PlacedFeature> ORE_DIAMOND_MEDIUM = PlacedFeatures.key(ResourceKey.minecraft("ore_diamond_medium"));

public static final DefaultedRegistryReference<PlacedFeature> ORE_DIORITE_LOWER = PlacedFeatures.key(ResourceKey.minecraft("ore_diorite_lower"));

public static final DefaultedRegistryReference<PlacedFeature> ORE_DIORITE_UPPER = PlacedFeatures.key(ResourceKey.minecraft("ore_diorite_upper"));
Expand Down

0 comments on commit a004b9f

Please sign in to comment.