Apply suggestions from code review

This commit is contained in:
apple502j 2023-10-18 22:42:41 +09:00 committed by GitHub
parent 1178838eb4
commit 88f9126830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ CLASS net/minecraft/class_8836 net/minecraft/entity/vehicle/VehicleEntity
FIELD field_46655 DAMAGE_WOBBLE_TICKS Lnet/minecraft/class_2940;
FIELD field_46656 DAMAGE_WOBBLE_SIDE Lnet/minecraft/class_2940;
FIELD field_46657 DAMAGE_WOBBLE_STRENGTH Lnet/minecraft/class_2940;
METHOD method_54293 shouldAlwaysDestroy ()Z
METHOD method_54293 shouldAlwaysKill ()Z
METHOD method_54294 getDamageWobbleStrength ()F
METHOD method_54295 getDamageWobbleTicks ()I
METHOD method_54296 getDamageWobbleSide ()I
@ -14,6 +14,6 @@ CLASS net/minecraft/class_8836 net/minecraft/entity/vehicle/VehicleEntity
ARG 1 damageWobbleTicks
METHOD method_54300 setDamageWobbleSide (I)V
ARG 1 damageWobbleSide
METHOD method_7516 destroy (Lnet/minecraft/class_1282;)V
METHOD method_7516 killVehicle (Lnet/minecraft/class_1282;)V
ARG 1 source
METHOD method_7557 asItem ()Lnet/minecraft/class_1792;