mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-21 22:57:01 +01:00
Fix MobEffectArgument#getEffect reobf
This commit is contained in:
parent
4aef0354dd
commit
dafc06460e
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ c net/minecraft/world/effect/MobEffect net/minecraft/world/effect/MobEffectList
|
|||
c net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess net/minecraft/world/level/storage/Convertable$ConversionSession
|
||||
m (Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/world/level/DataPackConfig;)Lnet/minecraft/world/level/storage/WorldData; getDataTag a
|
||||
|
||||
c net/minecraft/commands/arguments/MobEffectArgument net/minecraft/commands/arguments/ArgumentMobEffect
|
||||
m (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet.minecraft.world.effect/MobEffect; getEffect a
|
||||
|
||||
# Paper moves method up from ServerLevel to Level
|
||||
c net/minecraft/world/level/Level net/minecraft/world/level/World
|
||||
m ()Lnet/minecraft/core/BlockPos; getSharedSpawnPos getSpawn
|
||||
|
|
Loading…
Reference in a new issue