Skip to content

Commit

Permalink
Update generated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Dec 3, 2024
1 parent d7d2f88 commit f863bb7
Show file tree
Hide file tree
Showing 40 changed files with 893 additions and 731 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"unused",
"SpellCheckingInspection"
})
@GeneratedFrom("1.21.3")
@GeneratedFrom("1.21.4")
@NullMarked
public interface VanillaGoal<T extends Mob> extends Goal<T> {
GoalKey<AbstractHorse> RANDOM_STAND = create("random_stand", AbstractHorse.class);
Expand Down Expand Up @@ -239,6 +239,8 @@ public interface VanillaGoal<T extends Mob> extends Goal<T> {

GoalKey<Guardian> GUARDIAN_ATTACK = create("guardian_attack", Guardian.class);

GoalKey<Illager> HOLD_GROUND_ATTACK = create("hold_ground_attack", Illager.class);

GoalKey<Illager> RAIDER_OPEN_DOOR = create("raider_open_door", Illager.class);

GoalKey<Illusioner> ILLUSIONER_BLINDNESS_SPELL = create("illusioner_blindness_spell", Illusioner.class);
Expand Down Expand Up @@ -339,8 +341,6 @@ public interface VanillaGoal<T extends Mob> extends Goal<T> {

GoalKey<Rabbit> RAID_GARDEN = create("raid_garden", Rabbit.class);

GoalKey<Raider> HOLD_GROUND_ATTACK = create("hold_ground_attack", Raider.class);

GoalKey<Raider> LONG_DISTANCE_PATROL = create("long_distance_patrol", Raider.class);

GoalKey<Raider> NEAREST_ATTACKABLE_WITCH = create("nearest_attackable_witch", Raider.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"unused",
"SpellCheckingInspection"
})
@GeneratedFrom("1.21.3")
@GeneratedFrom("1.21.4")
@NullMarked
@ApiStatus.Experimental
public final class AttributeKeys {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"unused",
"SpellCheckingInspection"
})
@GeneratedFrom("1.21.3")
@GeneratedFrom("1.21.4")
@NullMarked
@ApiStatus.Experimental
public final class BannerPatternKeys {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import io.papermc.paper.registry.RegistryKey;
import io.papermc.paper.registry.TypedKey;
import net.kyori.adventure.key.Key;
import org.bukkit.MinecraftExperimental;
import org.bukkit.block.Biome;
import org.jetbrains.annotations.ApiStatus;
import org.jspecify.annotations.NullMarked;
Expand All @@ -24,7 +23,7 @@
"unused",
"SpellCheckingInspection"
})
@GeneratedFrom("1.21.3")
@GeneratedFrom("1.21.4")
@NullMarked
@ApiStatus.Experimental
public final class BiomeKeys {
Expand Down Expand Up @@ -306,8 +305,6 @@ public final class BiomeKeys {
*
* @apiNote This field is version-dependant and may be removed in future Minecraft versions
*/
@ApiStatus.Experimental
@MinecraftExperimental(MinecraftExperimental.Requires.WINTER_DROP)
public static final TypedKey<Biome> PALE_GARDEN = create(key("pale_garden"));

/**
Expand Down
Loading

0 comments on commit f863bb7

Please sign in to comment.