This commit is contained in:
apple502j 2024-05-12 00:02:57 +09:00
parent 2ee1285803
commit 8df9e0ac86
No known key found for this signature in database
GPG Key ID: 2A69798565A099A9
6 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_2766 net/minecraft/block/enums/Instrument
CLASS net/minecraft/class_2766 net/minecraft/block/enums/NoteBlockInstrument
FIELD field_12646 name Ljava/lang/String;
FIELD field_12649 sound Lnet/minecraft/class_6880;
FIELD field_41605 type Lnet/minecraft/class_2766$class_7994;
@ -7,8 +7,8 @@ CLASS net/minecraft/class_2766 net/minecraft/block/enums/Instrument
ARG 4 sound
ARG 5 type
METHOD method_11886 getSound ()Lnet/minecraft/class_6880;
METHOD method_47889 shouldSpawnNoteParticles ()Z
COMMENT {@return whether note blocks playing this instrument should produce note particles}
METHOD method_47889 canBePitched ()Z
COMMENT {@return whether note blocks playing this instrument can change its pitch}
METHOD method_47890 hasCustomSound ()Z
COMMENT {@return whether note blocks playing this instrument should determine the sound from skulls above them}
METHOD method_51372 isNotBaseBlock ()Z

View File

@ -24,7 +24,7 @@ CLASS net/minecraft/class_4503 net/minecraft/client/render/debug/GameTestDebugRe
ARG 1 color
ARG 2 message
ARG 3 removalTime
METHOD method_23112 getBlue ()F
METHOD method_23113 getGreen ()F
METHOD method_23114 getAlpha ()F
METHOD method_23115 getRed ()F
METHOD method_23112 getRed ()F
METHOD method_23113 getBlue ()F
METHOD method_23114 getGreen ()F
METHOD method_23115 getAlpha ()F

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_3981 net/minecraft/data/server/recipe/SingleItemRecipeJsonBuilder
CLASS net/minecraft/class_3981 net/minecraft/data/server/recipe/StonecuttingRecipeJsonBuilder
FIELD field_17690 output Lnet/minecraft/class_1792;
FIELD field_17691 input Lnet/minecraft/class_1856;
FIELD field_17692 count I

View File

@ -1,5 +1,5 @@
CLASS net/minecraft/class_2840 net/minecraft/network/packet/c2s/play/CraftRequestC2SPacket
FIELD field_12931 recipe Lnet/minecraft/class_2960;
FIELD field_12931 recipeId Lnet/minecraft/class_2960;
FIELD field_12932 craftAll Z
FIELD field_12933 syncId I
FIELD field_48205 CODEC Lnet/minecraft/class_9139;
@ -11,6 +11,6 @@ CLASS net/minecraft/class_2840 net/minecraft/network/packet/c2s/play/CraftReques
ARG 1 buf
METHOD method_12318 getSyncId ()I
METHOD method_12319 shouldCraftAll ()Z
METHOD method_12320 getRecipe ()Lnet/minecraft/class_2960;
METHOD method_12320 getRecipeId ()Lnet/minecraft/class_2960;
METHOD method_55986 write (Lnet/minecraft/class_2540;)V
ARG 1 buf

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_2713 net/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket
CLASS net/minecraft/class_2713 net/minecraft/network/packet/s2c/play/ChangeUnlockedRecipesS2CPacket
FIELD field_12408 action Lnet/minecraft/class_2713$class_2714;
FIELD field_12409 recipeIdsToInit Ljava/util/List;
FIELD field_12414 recipeIdsToChange Ljava/util/List;

View File

@ -5,6 +5,6 @@ CLASS net/minecraft/class_2400 net/minecraft/particle/SimpleParticleType
COMMENT itself implements {@link ParticleEffect} and can be passed to methods
COMMENT which accept particle parameters.
FIELD field_25127 codec Lcom/mojang/serialization/MapCodec;
FIELD field_48460 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_48460 packetCodec Lnet/minecraft/class_9139;
METHOD <init> (Z)V
ARG 1 alwaysShow