diff options
author | Jake Potrebic <[email protected]> | 2024-12-15 14:12:31 -0800 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2024-12-15 14:12:59 -0800 |
commit | cb51a4fbcd3871226a06462c0cdeb4dd330d2359 (patch) | |
tree | e41d43891512598bdf2c6302c223ac0842a3d2f6 /build-data/paper.at | |
parent | ec57b99bf5f9eb178ac229d2ec2fe6163f7a347a (diff) | |
download | Paper-cb51a4fbcd3871226a06462c0cdeb4dd330d2359.tar.gz Paper-cb51a4fbcd3871226a06462c0cdeb4dd330d2359.zip |
more compile fixes
Diffstat (limited to 'build-data/paper.at')
-rw-r--r-- | build-data/paper.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index 320cbacc90..04c669edaa 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -357,6 +357,7 @@ public net.minecraft.world.entity.monster.Shulker setRawPeekAmount(I)V public net.minecraft.world.entity.monster.Skeleton DATA_STRAY_CONVERSION_ID public net.minecraft.world.entity.monster.Skeleton conversionTime public net.minecraft.world.entity.monster.Skeleton inPowderSnowTime +public net.minecraft.world.entity.monster.SpellcasterIllager getCurrentSpell()Lnet/minecraft/world/entity/monster/SpellcasterIllager$IllagerSpell; public net.minecraft.world.entity.monster.SpellcasterIllager$IllagerSpell public net.minecraft.world.entity.monster.Strider steering public net.minecraft.world.entity.monster.Vex hasLimitedLife @@ -431,7 +432,6 @@ public net.minecraft.world.entity.projectile.FishingHook timeUntilLured public net.minecraft.world.entity.projectile.FishingHook$FishHookState public net.minecraft.world.entity.projectile.LargeFireball explosionPower public net.minecraft.world.entity.projectile.Projectile cachedOwner -public net.minecraft.world.entity.projectile.Projectile canHitEntity(Lnet/minecraft/world/entity/Entity;)Z public net.minecraft.world.entity.projectile.Projectile hasBeenShot public net.minecraft.world.entity.projectile.Projectile leftOwner public net.minecraft.world.entity.projectile.Projectile ownerUUID |