Map 24w13a enchantments

This commit is contained in:
MattiDragon 2024-03-27 19:03:14 +02:00
parent 1a452b71ba
commit 6da367814b
6 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CLASS net/minecraft/class_9467 net/minecraft/enchantment/BreachEnchantment
METHOD method_58672 getFactor (FF)F
ARG 0 level

View File

@ -0,0 +1,4 @@
CLASS net/minecraft/class_9468 net/minecraft/enchantment/DensityEnchantment
METHOD method_58673 getDamage (IF)F
ARG 0 level
ARG 1 fallDistance

View File

@ -40,6 +40,19 @@ CLASS net/minecraft/class_1887 net/minecraft/enchantment/Enchantment
ARG 1 stack
METHOD method_58445 getWeight ()I
METHOD method_58446 getAnvilCost ()I
METHOD method_58674 properties (Lnet/minecraft/class_6862;IILnet/minecraft/class_1887$class_9426;Lnet/minecraft/class_1887$class_9426;ILnet/minecraft/class_7699;[Lnet/minecraft/class_1304;)Lnet/minecraft/class_1887$class_9427;
ARG 0 supportedItems
ARG 1 weight
ARG 2 maxLevel
ARG 3 minCost
ARG 4 maxCost
ARG 5 anvilCost
ARG 6 features
ARG 7 slots
METHOD method_58675 onAttack (Lnet/minecraft/class_1309;Lnet/minecraft/class_1297;I)V
ARG 1 attacket
ARG 2 target
ARG 3 level
METHOD method_8178 onUserDamaged (Lnet/minecraft/class_1309;Lnet/minecraft/class_1297;I)V
ARG 1 user
ARG 2 attacker

View File

@ -36,6 +36,12 @@ CLASS net/minecraft/class_1890 net/minecraft/enchantment/EnchantmentHelper
ARG 0 stack
METHOD method_58448 getSweepingMultiplier (I)F
ARG 0 level
METHOD method_58676 getBreachFactor (Lnet/minecraft/class_1297;F)F
ARG 0 entity
METHOD method_58677 onAttack (Lnet/minecraft/class_1309;Lnet/minecraft/class_1297;Lnet/minecraft/class_9304;)V
ARG 0 attacker
ARG 1 target
ARG 2 enchantments
METHOD method_8198 (Lnet/minecraft/class_1309;Lnet/minecraft/class_1297;Lnet/minecraft/class_1887;I)V
ARG 2 enchantment
ARG 3 level

View File

@ -0,0 +1,6 @@
CLASS net/minecraft/class_9469 net/minecraft/enchantment/WindBurstEnchantment
FIELD field_50160 EXPLOSION_BEHAVIOURS [Lnet/minecraft/class_9469$class_9470;
CLASS class_9470 ExplosionBehaviour
FIELD field_50161 knockbackModifier F
METHOD <init> (F)V
ARG 1 knockbackModifier

View File

@ -1,6 +1,7 @@
CLASS net/minecraft/class_1280 net/minecraft/entity/DamageUtil
METHOD method_5496 getDamageLeft (FLnet/minecraft/class_1282;FF)F
ARG 0 damage
ARG 1 source
METHOD method_5497 getInflictedDamage (FF)F
ARG 0 damageDealt
ARG 1 protection