Skip to content

Commit

Permalink
23w51b yet more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed Dec 19, 2023
1 parent 1bbec72 commit e11cde5
Show file tree
Hide file tree
Showing 55 changed files with 252 additions and 14 deletions.
2 changes: 2 additions & 0 deletions mappings/net/minecraft/block/BedBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ CLASS net/minecraft/class_2244 net/minecraft/block/BedBlock
ARG 1 respawnDirection
METHOD method_53978 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
ARG 0 instance
METHOD method_55767 (Lnet/minecraft/class_1657;Lnet/minecraft/class_1657$class_1658;)V
ARG 1 reason
METHOD method_9484 findWakeUpPosition (Lnet/minecraft/class_1299;Lnet/minecraft/class_1941;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;F)Ljava/util/Optional;
ARG 0 type
ARG 1 world
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/block/CandleCakeBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CLASS net/minecraft/class_5545 net/minecraft/block/CandleCakeBlock
ARG 1 candle
ARG 2 settings
METHOD method_31632 getCandleCakeFromCandle (Lnet/minecraft/class_5544;)Lnet/minecraft/class_2680;
ARG 0 candle
METHOD method_31633 (Lnet/minecraft/class_2680;Lnet/minecraft/class_4970$class_4971;)Z
ARG 1 statex
METHOD method_31634 isHittingCandle (Lnet/minecraft/class_3965;)Z
Expand Down
4 changes: 4 additions & 0 deletions mappings/net/minecraft/block/Fertilizable.mapping
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
CLASS net/minecraft/class_2256 net/minecraft/block/Fertilizable
METHOD method_55769 getBoneMealParticlePos (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
ARG 1 pos
METHOD method_55770 getFertilizationType ()Lnet/minecraft/class_2256$class_9077;
METHOD method_9650 canGrow (Lnet/minecraft/class_1937;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Z
ARG 1 world
ARG 2 random
Expand All @@ -13,3 +16,4 @@ CLASS net/minecraft/class_2256 net/minecraft/block/Fertilizable
ARG 2 random
ARG 3 pos
ARG 4 state
CLASS class_9077 FertilizationType
2 changes: 1 addition & 1 deletion mappings/net/minecraft/block/FlowerBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CLASS net/minecraft/class_2356 net/minecraft/block/FlowerBlock
ARG 1 stewEffects
ARG 2 settings
METHOD <init> (Lnet/minecraft/class_6880;ILnet/minecraft/class_4970$class_2251;)V
ARG 1 effect
ARG 1 stewEffect
ARG 2 duration
ARG 3 settings
METHOD method_54015 createStewEffectList (Lnet/minecraft/class_6880;I)Ljava/util/List;
Expand Down
10 changes: 5 additions & 5 deletions mappings/net/minecraft/block/cauldron/CauldronBehavior.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ CLASS net/minecraft/class_5620 net/minecraft/block/cauldron/CauldronBehavior
METHOD interact (Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;Lnet/minecraft/class_1799;)Lnet/minecraft/class_9062;
COMMENT Called when a player interacts with a cauldron.
COMMENT
COMMENT @return a {@linkplain ActionResult#isAccepted successful} action result if this behavior succeeds,
COMMENT {@link ActionResult#PASS} otherwise
COMMENT @return a {@linkplain ItemActionResult#isAccepted successful} action result if this behavior succeeds,
COMMENT {@link ItemActionResult#PASS_TO_DEFAULT_BLOCK_INTERACTION} otherwise
ARG 1 state
COMMENT the current cauldron block state
ARG 2 world
Expand All @@ -92,7 +92,7 @@ CLASS net/minecraft/class_5620 net/minecraft/block/cauldron/CauldronBehavior
COMMENT corresponding cauldron behaviors.
COMMENT
COMMENT <p>The default return value in the map is a cauldron behavior
COMMENT that returns {@link ActionResult#PASS} for all items.
COMMENT that returns {@link ItemActionResult#PASS_TO_DEFAULT_BLOCK_INTERACTION} for all items.
COMMENT
COMMENT @return the created map
ARG 0 name
Expand All @@ -102,7 +102,7 @@ CLASS net/minecraft/class_5620 net/minecraft/block/cauldron/CauldronBehavior
COMMENT <p>The filled bucket stack will be replaced by an empty bucket in the player's
COMMENT inventory.
COMMENT
COMMENT @return a {@linkplain ActionResult#isAccepted successful} action result
COMMENT @return a {@linkplain ItemActionResult#isAccepted successful} action result
ARG 0 world
COMMENT the world where the cauldron is located
ARG 1 pos
Expand All @@ -129,7 +129,7 @@ CLASS net/minecraft/class_5620 net/minecraft/block/cauldron/CauldronBehavior
METHOD method_32210 emptyCauldron (Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;Ljava/util/function/Predicate;Lnet/minecraft/class_3414;)Lnet/minecraft/class_9062;
COMMENT Empties a cauldron if it's full.
COMMENT
COMMENT @return a {@linkplain ActionResult#isAccepted successful} action result if emptied, {@link ActionResult#PASS} otherwise
COMMENT @return a {@linkplain ItemActionResult#isAccepted successful} action result if emptied, {@link ItemActionResult#ASS_TO_DEFAULT_BLOCK_INTERACTION} otherwise
ARG 0 state
COMMENT the cauldron block state
ARG 1 world
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/client/Mouse.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CLASS net/minecraft/class_312 net/minecraft/client/Mouse
FIELD field_1795 x D
FIELD field_45296 eventDeltaHorizontalWheel D
FIELD field_45297 eventDeltaVerticalWheel D
FIELD field_47842 lastTickTime D
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_1598 onMouseScroll (JDD)V
Expand All @@ -39,6 +40,7 @@ CLASS net/minecraft/class_312 net/minecraft/client/Mouse
METHOD method_1603 getX ()D
METHOD method_1604 getY ()D
METHOD method_1606 updateMouse (D)V
ARG 1 timeDelta
METHOD method_1607 setup (J)V
ARG 1 window
METHOD method_1608 wasLeftButtonClicked ()Z
Expand Down Expand Up @@ -68,3 +70,4 @@ CLASS net/minecraft/class_312 net/minecraft/client/Mouse
ARG 3 paths
METHOD method_30134 setResolutionChanged ()V
METHOD method_35707 wasMiddleButtonClicked ()Z
METHOD method_55793 tick ()V
1 change: 1 addition & 0 deletions mappings/net/minecraft/client/gui/hud/ChatHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CLASS net/minecraft/class_338 net/minecraft/client/gui/hud/ChatHud
ARG 2 currentTick
ARG 3 mouseX
ARG 4 mouseY
ARG 5 chatFocused
METHOD method_1806 getWidth (D)I
ARG 0 widthOption
METHOD method_1808 clear (Z)V
Expand Down
20 changes: 20 additions & 0 deletions mappings/net/minecraft/client/gui/hud/Huds.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CLASS net/minecraft/class_9080 net/minecraft/client/gui/hud/Huds
FIELD field_47849 renderers Ljava/util/List;
METHOD method_55809 render (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_55810 add (Lnet/minecraft/class_9080$class_9081;)Lnet/minecraft/class_9080;
ARG 1 renderer
METHOD method_55811 add (Lnet/minecraft/class_9080;Ljava/util/function/BooleanSupplier;)Lnet/minecraft/class_9080;
ARG 1 huds
ARG 2 renderCondition
METHOD method_55812 (Ljava/util/function/BooleanSupplier;Lnet/minecraft/class_9080;Lnet/minecraft/class_332;F)V
ARG 2 context
ARG 3 tickDelta
METHOD method_55813 renderInternal (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
CLASS class_9081 HudRenderer
METHOD render (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
31 changes: 31 additions & 0 deletions mappings/net/minecraft/client/gui/hud/InGameHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
FIELD field_45327 FOOD_EMPTY_TEXTURE Lnet/minecraft/class_2960;
FIELD field_45328 FOOD_HALF_TEXTURE Lnet/minecraft/class_2960;
FIELD field_47550 SCOREBOARD_ENTRY_COMPARATOR Ljava/util/Comparator;
FIELD field_47847 huds Lnet/minecraft/class_9080;
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_1731 updateVignetteDarkness (Lnet/minecraft/class_1297;)V
Expand All @@ -86,6 +87,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 2 entity
METHOD method_1736 renderCrosshair (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_1737 getCameraPlayer ()Lnet/minecraft/class_1657;
METHOD method_1738 getTicks ()I
METHOD method_1739 getSpectatorHud ()Lnet/minecraft/class_365;
Expand Down Expand Up @@ -127,6 +129,8 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 1 message
ARG 2 tinted
METHOD method_1759 renderHotbar (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_1760 renderStatusBars (Lnet/minecraft/class_332;)V
COMMENT Renders the armor, health, air, and hunger bars.
ARG 1 context
Expand All @@ -140,8 +144,10 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 7 seed
METHOD method_1765 renderStatusEffectOverlay (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_1766 renderDemoTimer (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_19346 drawTextBackground (Lnet/minecraft/class_332;Lnet/minecraft/class_327;III)V
ARG 1 context
ARG 2 textRenderer
Expand Down Expand Up @@ -188,6 +194,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 1 paused
METHOD method_39192 renderAutosaveIndicator (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_39193 tickAutosaveIndicator ()V
METHOD method_44353 shouldShowChatDisabledScreen ()Z
METHOD method_44354 setCanShowChatDisabledScreen (Z)V
Expand All @@ -197,6 +204,30 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 3 scoreboardEntry
METHOD method_55441 (I)[Lnet/minecraft/class_329$class_9016;
ARG 0 size
METHOD method_55798 renderOverlays (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_55799 renderSleepOverlay (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_55800 renderOverlayMessage (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_55801 renderTitleAndSubtitle (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_55802 renderChat (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_55803 renderScoreboardSidebar (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_55804 renderPlayerList (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_55805 renderHotbarArea (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
CLASS class_6411 HeartType
FIELD field_33946 POISONED Lnet/minecraft/class_329$class_6411;
FIELD field_45329 fullTexture Lnet/minecraft/class_2960;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CLASS net/minecraft/class_442 net/minecraft/client/gui/screen/TitleScreen
FIELD field_32272 DEMO_WORLD_NAME Ljava/lang/String;
FIELD field_37209 deprecationNotice Lnet/minecraft/class_442$class_7063;
FIELD field_41847 logoDrawer Lnet/minecraft/class_8020;
FIELD field_47850 TITLE Lnet/minecraft/class_2561;
METHOD <init> (Z)V
ARG 1 doBackgroundFade
METHOD <init> (ZLnet/minecraft/class_8020;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ CLASS net/minecraft/class_466 net/minecraft/client/gui/screen/ingame/BeaconScree
METHOD <init> (Lnet/minecraft/class_466;IILnet/minecraft/class_6880;ZI)V
ARG 2 x
ARG 3 y
ARG 4 effect
ARG 5 primary
ARG 6 level
METHOD method_37081 init (Lnet/minecraft/class_6880;)V
ARG 1 effect
METHOD method_37082 getEffectName (Lnet/minecraft/class_6880;)Lnet/minecraft/class_5250;
ARG 1 effect
CLASS class_470 BaseButtonWidget
FIELD field_2815 disabled Z
METHOD <init> (II)V
Expand Down Expand Up @@ -68,3 +71,4 @@ CLASS net/minecraft/class_466 net/minecraft/client/gui/screen/ingame/BeaconScree
METHOD <init> (Lnet/minecraft/class_466;IILnet/minecraft/class_6880;)V
ARG 2 x
ARG 3 y
ARG 4 effect
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ CLASS net/minecraft/class_4267 net/minecraft/client/gui/screen/multiplayer/Multi
FIELD field_19123 icon Lnet/minecraft/class_8573;
FIELD field_19124 time J
FIELD field_42874 favicon [B
FIELD field_47855 playerListSummary Ljava/util/List;
FIELD field_47856 texture Lnet/minecraft/class_2960;
FIELD field_47857 tooltip Lnet/minecraft/class_2561;
METHOD <init> (Lnet/minecraft/class_4267;Lnet/minecraft/class_500;Lnet/minecraft/class_642;)V
ARG 2 screen
ARG 3 server
Expand All @@ -86,3 +89,4 @@ CLASS net/minecraft/class_4267 net/minecraft/client/gui/screen/multiplayer/Multi
METHOD method_29978 saveFile ()V
METHOD method_49300 uploadFavicon ([B)Z
ARG 1 bytes
METHOD method_55815 update ()V
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CLASS net/minecraft/class_634 net/minecraft/client/network/ClientPlayNetworkHand
FIELD field_45947 displayedUnsecureChatWarning Z
FIELD field_46187 worldCleared Z
FIELD field_46578 worldLoadingState Lnet/minecraft/class_8819;
FIELD field_47878 scoreboard Lnet/minecraft/class_269;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_2535;Lnet/minecraft/class_8675;)V
ARG 1 client
METHOD method_16690 getSessionId ()Ljava/util/UUID;
Expand Down Expand Up @@ -136,3 +137,4 @@ CLASS net/minecraft/class_634 net/minecraft/client/network/ClientPlayNetworkHand
ARG 1 player
ARG 2 world
METHOD method_54134 clearWorld ()V
METHOD method_55823 getScoreboard ()Lnet/minecraft/class_269;
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CLASS net/minecraft/class_644 net/minecraft/client/network/MultiplayerServerList
METHOD method_3003 add (Lnet/minecraft/class_642;Ljava/lang/Runnable;Ljava/lang/Runnable;)V
ARG 1 entry
ARG 2 saver
ARG 3 pingCallback
METHOD method_3004 cancel ()V
METHOD method_36897 showError (Lnet/minecraft/class_2561;Lnet/minecraft/class_642;)V
ARG 1 error
Expand Down
6 changes: 6 additions & 0 deletions mappings/net/minecraft/client/network/ServerInfo.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ CLASS net/minecraft/class_642 net/minecraft/client/network/ServerInfo
FIELD field_42890 favicon [B
FIELD field_45608 serverType Lnet/minecraft/class_642$class_8678;
FIELD field_46206 MAX_FAVICON_SIZE I
FIELD field_47879 pingStatus Lnet/minecraft/class_642$class_9083;
METHOD <init> (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_642$class_8678;)V
ARG 1 name
ARG 2 address
ARG 3 serverType
METHOD method_2990 getResourcePackPolicy ()Lnet/minecraft/class_642$class_643;
Expand Down Expand Up @@ -51,6 +53,9 @@ CLASS net/minecraft/class_642 net/minecraft/client/network/ServerInfo
METHOD method_53885 validateFavicon ([B)[B
ARG 0 favicon
METHOD method_55616 getServerType ()Lnet/minecraft/class_642$class_8678;
METHOD method_55824 setPingStatus (Lnet/minecraft/class_642$class_9083;)V
ARG 1 pingStatus
METHOD method_55825 getPingStatus ()Lnet/minecraft/class_642$class_9083;
CLASS class_643 ResourcePackPolicy
COMMENT The policy of the client when this server sends a {@linkplain
COMMENT net.minecraft.network.packet.s2c.common.ResourcePackSendS2CPacket server
Expand All @@ -70,3 +75,4 @@ CLASS net/minecraft/class_642 net/minecraft/client/network/ServerInfo
ARG 3 name
METHOD method_2997 getName ()Lnet/minecraft/class_2561;
CLASS class_8678 ServerType
CLASS class_9083 PingStatus
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CLASS net/minecraft/class_4999 net/minecraft/client/render/entity/StriderEntityRenderer
FIELD field_23372 TEXTURE Lnet/minecraft/class_2960;
FIELD field_23937 COLD_TEXTURE Lnet/minecraft/class_2960;
FIELD field_47888 BABY_SHADOW_RADIUS_SCALE F
13 changes: 13 additions & 0 deletions mappings/net/minecraft/client/util/ParticleUtil.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,16 @@ CLASS net/minecraft/class_5945 net/minecraft/client/util/ParticleUtil
ARG 1 pos
ARG 2 random
ARG 3 effect
METHOD method_55635 spawnParticle (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;IDDZLnet/minecraft/class_2394;)V
ARG 0 world
ARG 1 pos
ARG 2 count
ARG 3 maxXzOffset
ARG 5 maxYOffset
ARG 7 skipAirCheck
ARG 8 effect
METHOD method_55636 spawnParticle (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;ILnet/minecraft/class_2394;)V
ARG 0 world
ARG 1 pos
ARG 2 count
ARG 3 effect
1 change: 1 addition & 0 deletions mappings/net/minecraft/datafixer/TypeReferences.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CLASS net/minecraft/class_1208 net/minecraft/datafixer/TypeReferences
FIELD field_45095 SAVED_DATA_RANDOM_SEQUENCES Lcom/mojang/datafixers/DSL$TypeReference;
FIELD field_45096 SAVED_DATA_STRUCTURE_FEATURE_INDICES Lcom/mojang/datafixers/DSL$TypeReference;
FIELD field_45097 SAVED_DATA_SCOREBOARD Lcom/mojang/datafixers/DSL$TypeReference;
FIELD field_47727 FLAT_BLOCK_STATE Lcom/mojang/datafixers/DSL$TypeReference;
FIELD field_5710 LEVEL Lcom/mojang/datafixers/DSL$TypeReference;
FIELD field_5711 RECIPE Lcom/mojang/datafixers/DSL$TypeReference;
FIELD field_5712 ITEM_STACK Lcom/mojang/datafixers/DSL$TypeReference;
Expand Down
4 changes: 4 additions & 0 deletions mappings/net/minecraft/datafixer/fix/BlockNameFix.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ CLASS net/minecraft/class_3579 net/minecraft/datafixer/fix/BlockNameFix
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;)V
ARG 1 outputSchema
ARG 2 name
METHOD method_15588 rename (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic;
ARG 1 dynamic
METHOD method_15589 create (Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Ljava/util/function/Function;)Lcom/mojang/datafixers/DataFix;
ARG 0 outputSchema
ARG 1 name
ARG 2 rename
METHOD method_15593 rename (Ljava/lang/String;)Ljava/lang/String;
ARG 1 oldName
METHOD method_55639 renameFlatBlockState (Ljava/lang/String;)Ljava/lang/String;
ARG 1 blockState
2 changes: 2 additions & 0 deletions mappings/net/minecraft/datafixer/schema/Schema3799.mapping
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CLASS net/minecraft/class_9061 net/minecraft/datafixer/schema/Schema3799
METHOD registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;
ARG 1 schema
6 changes: 5 additions & 1 deletion mappings/net/minecraft/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
COMMENT <p>A common example is a game event called in {@link #interact}, where the player
COMMENT interacting with the entity is the emitter of the event.
COMMENT
COMMENT @see #emitGameEvent(GameEvent)
COMMENT @see #emitGameEvent(RegistryEntry)
ARG 1 event
ARG 2 entity
COMMENT the entity that emitted the game event, or {@code null} if there is none
Expand Down Expand Up @@ -993,6 +993,10 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
METHOD method_54756 (Lnet/minecraft/class_1297;)Z
ARG 0 passenger
METHOD method_54757 getPlayerPassengers ()I
METHOD method_55665 getPassengerAttachmentPos (Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;Lnet/minecraft/class_9066;)Lnet/minecraft/class_243;
ARG 0 vehicle
ARG 1 passenger
ARG 2 attachments
METHOD method_55666 onDeflectProjectile (Lnet/minecraft/class_1676;)V
ARG 1 projectile
METHOD method_55667 getBlockStateAtPos ()Lnet/minecraft/class_2680;
Expand Down
6 changes: 4 additions & 2 deletions mappings/net/minecraft/entity/EntityAttachments.mapping
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
CLASS net/minecraft/class_9066 net/minecraft/entity/EntityAttachments
FIELD field_47751 DEFAULT Lnet/minecraft/class_9066;
FIELD field_47752 points Ljava/util/Map;
METHOD <init> (Ljava/util/Map;)V
ARG 1 points
METHOD method_55673 create ()Lnet/minecraft/class_9066$class_9067;
METHOD method_55673 builder ()Lnet/minecraft/class_9066$class_9067;
METHOD method_55674 scale (FFF)Lnet/minecraft/class_9066;
ARG 1 xScale
ARG 2 yScale
Expand All @@ -28,6 +27,9 @@ CLASS net/minecraft/class_9066 net/minecraft/entity/EntityAttachments
ARG 1 type
ARG 2 index
ARG 3 yaw
METHOD method_55844 of (FF)Lnet/minecraft/class_9066;
ARG 0 width
ARG 1 height
CLASS class_9067 Builder
FIELD field_47753 points Ljava/util/Map;
METHOD method_55680 build (FF)Lnet/minecraft/class_9066;
Expand Down
Loading

0 comments on commit e11cde5

Please sign in to comment.