-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add some 23w41a mappings * Fix name conflict * Revise some more names
- Loading branch information
1 parent
cd02957
commit a40e233
Showing
40 changed files
with
414 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
mappings/net/minecraft/client/particle/DustPlumeParticle.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CLASS net/minecraft/class_8845 net/minecraft/client/particle/DustPlumeParticle | ||
FIELD field_46725 COLOR I | ||
METHOD <init> (Lnet/minecraft/class_638;DDDDDDFLnet/minecraft/class_4002;)V | ||
ARG 1 world | ||
ARG 2 x | ||
ARG 4 y | ||
ARG 6 z | ||
ARG 8 velocityX | ||
ARG 10 velocityY | ||
ARG 12 velocityZ | ||
ARG 14 scaleMultiplier | ||
ARG 15 spriteProvider | ||
CLASS class_8846 Factory | ||
FIELD field_46726 spriteProvider Lnet/minecraft/class_4002; | ||
METHOD <init> (Lnet/minecraft/class_4002;)V | ||
ARG 1 spriteProvider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
mappings/net/minecraft/client/realms/task/CreateSnapshotWorldTask.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CLASS net/minecraft/class_8844 net/minecraft/client/realms/task/CreateSnapshotWorldTask | ||
FIELD field_46710 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_46711 SNAPSHOT_CREATING Lnet/minecraft/class_2561; | ||
FIELD field_46713 resetWorldInfo Lnet/minecraft/class_4413; | ||
FIELD field_46716 parent Lnet/minecraft/class_4325; | ||
FIELD field_46717 worldCreationTask Lnet/minecraft/class_4445; | ||
FIELD field_46718 resettingNormalWorldTask Lnet/minecraft/class_5673; | ||
METHOD <init> (Lnet/minecraft/class_4325;JLnet/minecraft/class_4413;Ljava/lang/String;Ljava/lang/String;)V | ||
ARG 1 parent | ||
ARG 4 resetWorldInfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_8853 net/minecraft/command/CommandAction | ||
METHOD execute (Lnet/minecraft/class_8854;I)V | ||
ARG 1 vm | ||
ARG 2 depth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
CLASS net/minecraft/class_8862 net/minecraft/command/CommandFunctionAction | ||
FIELD field_46747 function Lnet/minecraft/class_8868; | ||
METHOD <init> (Lnet/minecraft/class_8868;)V | ||
ARG 1 function | ||
METHOD method_54413 (Ljava/lang/Object;ILnet/minecraft/class_8856;)Lnet/minecraft/class_8847; | ||
ARG 1 depth | ||
ARG 2 action |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS net/minecraft/class_8847 net/minecraft/command/CommandQueueEntry | ||
METHOD method_54388 execute (Lnet/minecraft/class_8854;)V | ||
ARG 1 vm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
CLASS net/minecraft/class_8855 net/minecraft/command/Control | ||
METHOD method_54401 doReturn ()V | ||
METHOD method_54402 enqueueAction (Lnet/minecraft/class_8853;)V | ||
ARG 1 action | ||
METHOD method_54403 setTracer (Lnet/minecraft/class_6346;)V | ||
ARG 1 tracer | ||
METHOD method_54404 getTracer ()Lnet/minecraft/class_6346; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
CLASS net/minecraft/class_8848 net/minecraft/command/ControlFlowAware | ||
METHOD method_54290 execute (Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V | ||
ARG 1 source | ||
ARG 2 contextChain | ||
ARG 3 forkedMode | ||
ARG 4 control | ||
CLASS class_8849 Command | ||
METHOD run (Lcom/mojang/brigadier/context/CommandContext;)I | ||
ARG 1 context | ||
CLASS class_8850 Helper | ||
METHOD method_54255 sendError (Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/class_8839;Z)V | ||
ARG 2 source | ||
ARG 3 silent | ||
METHOD method_54259 executeInner (Lnet/minecraft/class_8839;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V | ||
ARG 1 source | ||
ARG 2 contextChain | ||
ARG 3 forkedMode | ||
ARG 4 control |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS net/minecraft/class_8865 net/minecraft/command/FixedCommandAction | ||
FIELD field_46752 command Ljava/lang/String; | ||
FIELD field_46753 forkedMode Z | ||
FIELD field_46754 context Lcom/mojang/brigadier/context/CommandContext; | ||
METHOD <init> (Ljava/lang/String;ZLcom/mojang/brigadier/context/CommandContext;)V | ||
ARG 1 command | ||
ARG 2 forkedMode | ||
ARG 3 context |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
CLASS net/minecraft/class_8851 net/minecraft/command/Forkable | ||
METHOD method_54270 execute (Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V | ||
ARG 1 sources | ||
ARG 2 contextChain | ||
ARG 3 forkedMode | ||
ARG 4 control | ||
CLASS class_8852 RedirectModifier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS net/minecraft/class_8873 net/minecraft/command/MacroInvocation | ||
METHOD method_54431 isValidMacroName (Ljava/lang/String;)Z | ||
ARG 0 name | ||
METHOD method_54432 parse (Ljava/lang/String;I)Lnet/minecraft/class_8873; | ||
ARG 0 command | ||
ARG 1 lineNumber | ||
METHOD method_54433 apply (Ljava/util/List;)Ljava/lang/String; | ||
ARG 1 arguments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS net/minecraft/class_8838 net/minecraft/command/ResultStorer | ||
METHOD storeResult (Ljava/lang/Object;ZI)V | ||
ARG 1 context | ||
ARG 2 success | ||
ARG 3 result |
35 changes: 35 additions & 0 deletions
35
mappings/net/minecraft/command/SingleCommandAction.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
CLASS net/minecraft/class_8858 net/minecraft/command/SingleCommandAction | ||
FIELD field_46739 FORK_LIMIT_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType; | ||
FIELD field_46740 command Ljava/lang/String; | ||
FIELD field_46741 contextChain Lcom/mojang/brigadier/context/ContextChain; | ||
METHOD <init> (Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;)V | ||
ARG 1 command | ||
METHOD method_54407 traceCommandStart (Lnet/minecraft/class_8854;I)V | ||
ARG 1 vm | ||
ARG 2 depth | ||
METHOD method_54408 (Lnet/minecraft/class_8865;ILnet/minecraft/class_8839;)Lnet/minecraft/class_8847; | ||
ARG 1 depth | ||
ARG 2 source | ||
METHOD method_54409 (Ljava/lang/Object;)Lcom/mojang/brigadier/Message; | ||
ARG 0 count | ||
METHOD method_54410 execute (Ljava/util/List;Lnet/minecraft/class_8854;IZ)V | ||
ARG 1 forks | ||
ARG 2 vm | ||
ARG 3 depth | ||
ARG 4 silent | ||
METHOD method_54411 fixAtDepth (Lnet/minecraft/class_8854;I)Lnet/minecraft/class_8855; | ||
ARG 0 vm | ||
ARG 1 depth | ||
CLASS class_8859 MultiSource | ||
FIELD field_46744 forkedMode Z | ||
FIELD field_46745 sources Ljava/util/List; | ||
METHOD <init> (Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;ZLjava/util/List;)V | ||
ARG 1 command | ||
ARG 3 forkedMode | ||
ARG 4 sources | ||
CLASS class_8860 SingleSource | ||
FIELD field_46746 source Lnet/minecraft/class_8839; | ||
METHOD <init> (Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8839;)V | ||
ARG 1 command | ||
ARG 3 source | ||
CLASS class_8861 Sourced |
10 changes: 10 additions & 0 deletions
10
mappings/net/minecraft/command/SourcedCommandAction.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CLASS net/minecraft/class_8856 net/minecraft/command/SourcedCommandAction | ||
METHOD bind (Ljava/lang/Object;)Lnet/minecraft/class_8853; | ||
ARG 1 source | ||
METHOD execute (Ljava/lang/Object;Lnet/minecraft/class_8854;I)V | ||
ARG 1 source | ||
ARG 2 vm | ||
ARG 3 depth | ||
METHOD method_54405 (Ljava/lang/Object;Lnet/minecraft/class_8854;I)V | ||
ARG 2 vm | ||
ARG 3 depth |
18 changes: 18 additions & 0 deletions
18
mappings/net/minecraft/command/SteppedCommandAction.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
CLASS net/minecraft/class_8863 net/minecraft/command/SteppedCommandAction | ||
FIELD field_46748 wrapper Lnet/minecraft/class_8863$class_8864; | ||
FIELD field_46749 actions Ljava/util/List; | ||
FIELD field_46750 selfCommandQueueEntry Lnet/minecraft/class_8847; | ||
FIELD field_46751 nextActionIndex I | ||
METHOD <init> (Lnet/minecraft/class_8863$class_8864;Ljava/util/List;I)V | ||
ARG 1 wrapper | ||
ARG 2 actions | ||
ARG 3 depth | ||
METHOD method_54414 enqueueCommands (Lnet/minecraft/class_8854;ILjava/util/List;Lnet/minecraft/class_8863$class_8864;)V | ||
ARG 0 vm | ||
ARG 1 depth | ||
ARG 2 actions | ||
ARG 3 wrapper | ||
CLASS class_8864 ActionWrapper | ||
METHOD create (ILjava/lang/Object;)Lnet/minecraft/class_8847; | ||
ARG 1 depth | ||
ARG 2 action |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
CLASS net/minecraft/class_8854 net/minecraft/command/VirtualMachine | ||
FIELD field_46729 MAX_COMMAND_QUEUE_LENGTH I | ||
FIELD field_46730 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_46731 commandsExecuted I | ||
FIELD field_46732 forkLimit I | ||
FIELD field_46733 profiler Lnet/minecraft/class_3695; | ||
FIELD field_46734 tracer Lnet/minecraft/class_6346; | ||
FIELD field_46735 commandsRemaining I | ||
FIELD field_46736 queueOverflowed Z | ||
FIELD field_46737 commandQueue Ljava/util/Deque; | ||
FIELD field_46738 pendingCommands Ljava/util/List; | ||
METHOD <init> (IILnet/minecraft/class_3695;)V | ||
ARG 1 maxCommandChainLength | ||
ARG 2 maxCommandForkCount | ||
ARG 3 profiler | ||
METHOD method_54390 run ()V | ||
METHOD method_54391 escape (I)V | ||
ARG 1 depth | ||
METHOD method_54392 enqueueCommand (Lnet/minecraft/class_8847;)V | ||
ARG 1 entry | ||
METHOD method_54393 enqueueCommand (Lnet/minecraft/class_8854;Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8839;)V | ||
ARG 0 vm | ||
ARG 1 command | ||
ARG 3 source | ||
METHOD method_54394 setTracer (Lnet/minecraft/class_6346;)V | ||
ARG 1 tracer | ||
METHOD method_54395 enqueueProcedureCall (Lnet/minecraft/class_8868;Ljava/lang/Object;)V | ||
ARG 1 procedure | ||
ARG 2 source | ||
METHOD method_54396 getTracer ()Lnet/minecraft/class_6346; | ||
METHOD method_54397 getProfiler ()Lnet/minecraft/class_3695; | ||
METHOD method_54398 getForkLimit ()I | ||
METHOD method_54399 decrementCommandQuota ()V | ||
METHOD method_54400 markQueueOverflowed ()V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CLASS net/minecraft/class_8836 net/minecraft/entity/vehicle/VehicleEntity | ||
FIELD field_46655 damageWobbleTicks Lnet/minecraft/class_2940; | ||
FIELD field_46656 damageWobbleSide Lnet/minecraft/class_2940; | ||
FIELD field_46657 damageWobbleStrength Lnet/minecraft/class_2940; | ||
METHOD method_54293 shouldAlwaysDropItem ()Z | ||
METHOD method_54294 getDamageWobbleStrength ()F | ||
METHOD method_54295 getDamageWobbleTicks ()I | ||
METHOD method_54296 getDamageWobbleSide ()I | ||
METHOD method_54297 setDamageWobbleStrength (F)V | ||
ARG 1 strength | ||
METHOD method_54298 killAndDropItem (Lnet/minecraft/class_1792;)V | ||
ARG 1 selfAsItem | ||
METHOD method_54299 setDamageWobbleTicks (I)V | ||
ARG 1 ticks | ||
METHOD method_54300 setDamageWobbleSide (I)V | ||
ARG 1 side | ||
METHOD method_7516 dropItems (Lnet/minecraft/class_1282;)V | ||
ARG 1 source | ||
METHOD method_7557 asItem ()Lnet/minecraft/class_1792; |
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/server/command/AbstractServerCommandSource.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CLASS net/minecraft/class_8839 net/minecraft/server/command/AbstractServerCommandSource | ||
METHOD method_54306 consumeResult (ZI)V | ||
ARG 1 success | ||
ARG 2 result | ||
METHOD method_54307 withResultConsumer (Lnet/minecraft/class_8838;)Lnet/minecraft/class_8839; | ||
ARG 1 resultConsumer | ||
METHOD method_54308 withReturnValueConsumer (Ljava/util/function/IntConsumer;)Lnet/minecraft/class_8839; | ||
ARG 1 returnValueConsumer | ||
METHOD method_54309 consumeResult (I)V | ||
ARG 1 result | ||
METHOD method_54310 getDispatcher ()Lcom/mojang/brigadier/CommandDispatcher; | ||
METHOD method_54311 withDummyResultConsumer ()Lnet/minecraft/class_8839; | ||
METHOD method_54316 (Lcom/mojang/brigadier/context/CommandContext;ZI)V | ||
ARG 0 context | ||
ARG 1 success | ||
ARG 2 result | ||
METHOD method_54317 asResultConsumer ()Lcom/mojang/brigadier/ResultConsumer; | ||
METHOD method_9259 hasPermissionLevel (I)Z | ||
ARG 1 level |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.