Skip to content

Commit 42c0e70

Browse files
committed
feat(minecraft): update contentn to 26.2
See: https://minecraft.wiki/w/Java_Edition_26.2
1 parent 08d453d commit 42c0e70

2 files changed

Lines changed: 50 additions & 2 deletions

File tree

src/main/java/org/spongepowered/api/effect/sound/SoundTypes.java

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,6 +3076,8 @@ public final class SoundTypes {
30763076

30773077
public static final DefaultedRegistryReference<SoundType> ENTITY_SMALL_SULFUR_CUBE_DEATH = SoundTypes.key(ResourceKey.minecraft("entity.small_sulfur_cube.death"));
30783078

3079+
public static final DefaultedRegistryReference<SoundType> ENTITY_SMALL_SULFUR_CUBE_EAT = SoundTypes.key(ResourceKey.minecraft("entity.small_sulfur_cube.eat"));
3080+
30793081
public static final DefaultedRegistryReference<SoundType> ENTITY_SMALL_SULFUR_CUBE_HURT = SoundTypes.key(ResourceKey.minecraft("entity.small_sulfur_cube.hurt"));
30803082

30813083
public static final DefaultedRegistryReference<SoundType> ENTITY_SMALL_SULFUR_CUBE_JUMP = SoundTypes.key(ResourceKey.minecraft("entity.small_sulfur_cube.jump"));
@@ -3168,20 +3170,64 @@ public final class SoundTypes {
31683170

31693171
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_BOUNCE = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.bounce"));
31703172

3173+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_BOUNCY_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.bouncy.hit"));
3174+
3175+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_BOUNCY_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.bouncy.push"));
3176+
31713177
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_DEATH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.death"));
31723178

31733179
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_EJECT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.eject"));
31743180

3175-
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.hit"));
3181+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_EXPLOSIVE_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.explosive.hit"));
3182+
3183+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_EXPLOSIVE_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.explosive.push"));
3184+
3185+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_FAST_FLAT_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.fast_flat.hit"));
3186+
3187+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_FAST_FLAT_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.fast_flat.push"));
3188+
3189+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_FAST_SLIDING_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.fast_sliding.hit"));
3190+
3191+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_FAST_SLIDING_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.fast_sliding.push"));
3192+
3193+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_HIGH_RESISTANCE_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.high_resistance.hit"));
3194+
3195+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_HIGH_RESISTANCE_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.high_resistance.push"));
3196+
3197+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_HOT_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.hot.hit"));
3198+
3199+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_HOT_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.hot.push"));
31763200

31773201
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_HURT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.hurt"));
31783202

31793203
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_JUMP = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.jump"));
31803204

3181-
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.push"));
3205+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_LIGHT_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.light.hit"));
3206+
3207+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_LIGHT_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.light.push"));
3208+
3209+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_REGULAR_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.regular.hit"));
3210+
3211+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_REGULAR_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.regular.push"));
3212+
3213+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_SLOW_BOUNCY_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.slow_bouncy.hit"));
3214+
3215+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_SLOW_BOUNCY_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.slow_bouncy.push"));
3216+
3217+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_SLOW_FLAT_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.slow_flat.hit"));
3218+
3219+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_SLOW_FLAT_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.slow_flat.push"));
3220+
3221+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_SLOW_SLIDING_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.slow_sliding.hit"));
3222+
3223+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_SLOW_SLIDING_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.slow_sliding.push"));
31823224

31833225
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_SQUISH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.squish"));
31843226

3227+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_STICKY_HIT = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.sticky.hit"));
3228+
3229+
public static final DefaultedRegistryReference<SoundType> ENTITY_SULFUR_CUBE_STICKY_PUSH = SoundTypes.key(ResourceKey.minecraft("entity.sulfur_cube.sticky.push"));
3230+
31853231
public static final DefaultedRegistryReference<SoundType> ENTITY_TADPOLE_DEATH = SoundTypes.key(ResourceKey.minecraft("entity.tadpole.death"));
31863232

31873233
public static final DefaultedRegistryReference<SoundType> ENTITY_TADPOLE_FLOP = SoundTypes.key(ResourceKey.minecraft("entity.tadpole.flop"));

src/main/java/org/spongepowered/api/tag/EntityTypeTags.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ public final class EntityTypeTags {
109109

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

112+
public static final DefaultedTag<EntityType<?>> NOT_AFFECTED_BY_GEYSERS = EntityTypeTags.key(ResourceKey.minecraft("not_affected_by_geysers"));
113+
112114
public static final DefaultedTag<EntityType<?>> NOT_SCARY_FOR_PUFFERFISH = EntityTypeTags.key(ResourceKey.minecraft("not_scary_for_pufferfish"));
113115

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

0 commit comments

Comments
 (0)