1.19.1-pre6 stuff (#3253)

* 1.19.1-pre6 stuff

* Map ItemRemoveBlockEntityTagFix

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
apple502j 2022-07-26 04:30:41 +09:00 committed by GitHub
parent 9469bff86a
commit 393b59d5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View File

@ -14,6 +14,9 @@ CLASS net/minecraft/class_1071 net/minecraft/client/texture/PlayerSkinProvider
COMMENT {@return the ID of {@code profile}'s skin, or the default skin for the profile's
COMMENT UUID if the skin is missing}
ARG 1 profile
METHOD method_45033 getSkinId (Lcom/mojang/authlib/minecraft/MinecraftProfileTexture$Type;Ljava/lang/String;)Lnet/minecraft/class_2960;
ARG 0 skinType
ARG 1 hash
METHOD method_4651 loadSkin (Lcom/mojang/authlib/minecraft/MinecraftProfileTexture;Lcom/mojang/authlib/minecraft/MinecraftProfileTexture$Type;Lnet/minecraft/class_1071$class_1072;)Lnet/minecraft/class_2960;
ARG 1 profileTexture
ARG 2 type

View File

@ -0,0 +1,8 @@
CLASS net/minecraft/class_7641 net/minecraft/datafixer/fix/ItemRemoveBlockEntityTagFix
FIELD field_39900 itemIds Ljava/util/Set;
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;ZLjava/util/Set;)V
ARG 1 schema
ARG 2 changesType
ARG 3 itemIds
METHOD method_45014 (Lcom/mojang/datafixers/OpticFinder;Lcom/mojang/datafixers/OpticFinder;Lcom/mojang/datafixers/OpticFinder;Lcom/mojang/datafixers/Typed;)Lcom/mojang/datafixers/Typed;
ARG 4 typed

View File

@ -118,6 +118,7 @@ CLASS net/minecraft/class_1657 net/minecraft/entity/player/PlayerEntity
ARG 1 lastDeathPos
METHOD method_43122 getLastDeathPos ()Ljava/util/Optional;
METHOD method_43696 getPublicKey ()Lnet/minecraft/class_7428;
METHOD method_45015 shouldCloseHandledScreenOnRespawn ()Z
METHOD method_7254 unlockRecipes (Ljava/util/Collection;)I
ARG 1 recipes
METHOD method_7255 addExperience (I)V

View File

@ -29,6 +29,8 @@ CLASS net/minecraft/class_1726 net/minecraft/screen/LoomScreenHandler
METHOD method_43705 getPatternsFor (Lnet/minecraft/class_1799;)Ljava/util/List;
ARG 1 stack
METHOD method_43706 getBannerPatterns ()Ljava/util/List;
METHOD method_45016 isPatternIndexValid (I)Z
ARG 1 index
METHOD method_7647 getSelectedPattern ()I
METHOD method_7648 updateOutputSlot (Lnet/minecraft/class_6880;)V
ARG 1 pattern