yarn/mappings/net/minecraft/client/texture/Sprite.mapping

88 lines
2.5 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_1058 net/minecraft/client/texture/Sprite
FIELD field_5256 y I
FIELD field_5257 id Lnet/minecraft/class_2960;
FIELD field_5258 x I
FIELD field_5260 height I
FIELD field_5261 width I
FIELD field_5262 images [Lnet/minecraft/class_1011;
FIELD field_5263 interpolatedImages [Lnet/minecraft/class_1011;
FIELD field_5264 frameYs [I
FIELD field_5265 frameXs [I
FIELD field_5267 vMax F
FIELD field_5268 vMin F
FIELD field_5269 uMax F
FIELD field_5270 uMin F
FIELD field_5271 animationMetadata Lnet/minecraft/class_1079;
FIELD field_5272 frameTicks I
FIELD field_5273 frameIndex I
FIELD field_5274 srgbLinearMap [F
METHOD method_18340 isDivisibleBy (II)Z
ARG 0 number
ARG 1 divisor
METHOD method_18341 getDimensions (IIII)Lcom/mojang/datafixers/util/Pair;
ARG 0 animationMetadataWidth
ARG 1 animationMetadataHeight
ARG 2 width
ARG 3 height
Backport of latest 1.15.2 mappings back to 1.14.4. (#1094) Co-authored-by: Chloe Dawn <chloealexisdawn@outlook.com> Co-authored-by: Chocohead <Chocohead@users.noreply.github.com> Co-authored-by: Cloak-Bot <57413759+Cloak-Bot@users.noreply.github.com> Co-authored-by: Dan <cccm5@users.noreply.github.com> Co-authored-by: Danielshe <daniel@shedaniel.me> Co-authored-by: DrMeepster <19316085+DrMeepster@users.noreply.github.com> Co-authored-by: Draylar <samuelhimes@gmail.com> Co-authored-by: Erlend Åmdal <erlend@aamdal.com> Co-authored-by: Fudge <natan.lifsiz@gmail.com> Co-authored-by: Gareth Williams <840990+Gaz492@users.noreply.github.com> Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> Co-authored-by: João <12478030+YummyLoop@users.noreply.github.com> Co-authored-by: Julian Dunskus <julian.dunskus@gmail.com> Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Juuxel <kasperi.kauppi@gmail.com> Co-authored-by: LambdAurora <aurora42lambda@gmail.com> Co-authored-by: Laura F. D <eyesismine@gmail.com> Co-authored-by: Laura F. D <l@veriny.tf> Co-authored-by: Laura S. D <l@veriny.tf> Co-authored-by: Mikhail Oleynikov <falseresync@gmail.com> Co-authored-by: Mitchell Skaggs <skaggsm333@gmail.com> Co-authored-by: Modmuss50 <modmuss50@gmail.com> Co-authored-by: NeunEinser <daniel30797@gmail.com> Co-authored-by: NinjaPhenix <NinjaPhenix@users.noreply.github.com> Co-authored-by: Pyrofab <redstoneinfire@gmail.com> Co-authored-by: Ramid Khan <ramidzkh@gmail.com> Co-authored-by: Runemoro <runemoro1@gmail.com> Co-authored-by: Runemoro <runemoro@live.ca> Co-authored-by: SPGoding <SPGoding@outlook.com> Co-authored-by: Shnupbups <shnupbups@gmail.com> Co-authored-by: Siphalor <Siphalor@users.noreply.github.com> Co-authored-by: Stuff-Stuffs <stevenziehlke@gmail.com> Co-authored-by: SuperCoder79 <k.pranav@gmail.com> Co-authored-by: Tae Lim Kook <uruwi@protonmail.com> Co-authored-by: UpcraftLP <10714589+UpcraftLP@users.noreply.github.com> Co-authored-by: Valoeghese <valoeghesemods@gmail.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: biom4st3r <37042156+biom4st3r@users.noreply.github.com> Co-authored-by: comp500 <comp500@users.noreply.github.com> Co-authored-by: grondag <grondag@users.noreply.github.com> Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> Co-authored-by: howtonotwin <rasheeqhere@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: modmuss50 <modmuss50@gmail.com> Co-authored-by: prplz <mhiming@gmail.com> Co-authored-by: qouteall <45908579+qouteall@users.noreply.github.com> Co-authored-by: shedaniel <daniel@shedaniel.me> Co-authored-by: therealfarfetchd <git@therealfarfetchd.dev> Co-authored-by: valoeghese <46117728+valoeghese@users.noreply.github.com> Co-authored-by: ­Sollace <Sollace@users.noreply.github.com>
2020-02-16 15:32:39 -05:00
METHOD method_4570 getFrameV (D)F
ARG 1 frame
2019-06-28 17:55:20 -04:00
METHOD method_4571 lerp (DII)I
ARG 1 multiplier
ARG 3 first
ARG 4 second
2019-06-28 17:55:20 -04:00
METHOD method_4572 getYFromV (F)F
METHOD method_4573 upload (I)V
ARG 1 frame
METHOD method_4574 srgbToLinear (I)F
METHOD method_4575 getMaxV ()F
METHOD method_4576 load (Lnet/minecraft/class_3298;I)V
ARG 1 resource
METHOD method_4577 getMaxU ()F
METHOD method_4578 getWidth ()I
METHOD method_4579 upload (II[Lnet/minecraft/class_1011;)V
Backport of latest 1.15.2 mappings back to 1.14.4. (#1094) Co-authored-by: Chloe Dawn <chloealexisdawn@outlook.com> Co-authored-by: Chocohead <Chocohead@users.noreply.github.com> Co-authored-by: Cloak-Bot <57413759+Cloak-Bot@users.noreply.github.com> Co-authored-by: Dan <cccm5@users.noreply.github.com> Co-authored-by: Danielshe <daniel@shedaniel.me> Co-authored-by: DrMeepster <19316085+DrMeepster@users.noreply.github.com> Co-authored-by: Draylar <samuelhimes@gmail.com> Co-authored-by: Erlend Åmdal <erlend@aamdal.com> Co-authored-by: Fudge <natan.lifsiz@gmail.com> Co-authored-by: Gareth Williams <840990+Gaz492@users.noreply.github.com> Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> Co-authored-by: João <12478030+YummyLoop@users.noreply.github.com> Co-authored-by: Julian Dunskus <julian.dunskus@gmail.com> Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Juuxel <kasperi.kauppi@gmail.com> Co-authored-by: LambdAurora <aurora42lambda@gmail.com> Co-authored-by: Laura F. D <eyesismine@gmail.com> Co-authored-by: Laura F. D <l@veriny.tf> Co-authored-by: Laura S. D <l@veriny.tf> Co-authored-by: Mikhail Oleynikov <falseresync@gmail.com> Co-authored-by: Mitchell Skaggs <skaggsm333@gmail.com> Co-authored-by: Modmuss50 <modmuss50@gmail.com> Co-authored-by: NeunEinser <daniel30797@gmail.com> Co-authored-by: NinjaPhenix <NinjaPhenix@users.noreply.github.com> Co-authored-by: Pyrofab <redstoneinfire@gmail.com> Co-authored-by: Ramid Khan <ramidzkh@gmail.com> Co-authored-by: Runemoro <runemoro1@gmail.com> Co-authored-by: Runemoro <runemoro@live.ca> Co-authored-by: SPGoding <SPGoding@outlook.com> Co-authored-by: Shnupbups <shnupbups@gmail.com> Co-authored-by: Siphalor <Siphalor@users.noreply.github.com> Co-authored-by: Stuff-Stuffs <stevenziehlke@gmail.com> Co-authored-by: SuperCoder79 <k.pranav@gmail.com> Co-authored-by: Tae Lim Kook <uruwi@protonmail.com> Co-authored-by: UpcraftLP <10714589+UpcraftLP@users.noreply.github.com> Co-authored-by: Valoeghese <valoeghesemods@gmail.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: biom4st3r <37042156+biom4st3r@users.noreply.github.com> Co-authored-by: comp500 <comp500@users.noreply.github.com> Co-authored-by: grondag <grondag@users.noreply.github.com> Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> Co-authored-by: howtonotwin <rasheeqhere@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: modmuss50 <modmuss50@gmail.com> Co-authored-by: prplz <mhiming@gmail.com> Co-authored-by: qouteall <45908579+qouteall@users.noreply.github.com> Co-authored-by: shedaniel <daniel@shedaniel.me> Co-authored-by: therealfarfetchd <git@therealfarfetchd.dev> Co-authored-by: valoeghese <46117728+valoeghese@users.noreply.github.com> Co-authored-by: ­Sollace <Sollace@users.noreply.github.com>
2020-02-16 15:32:39 -05:00
ARG 1 frameX
ARG 2 frameY
ARG 3 output
METHOD method_4580 getFrameU (D)F
ARG 1 frame
2019-06-28 17:55:20 -04:00
METHOD method_4581 blendPixels (IIIIZ)I
ARG 0 colorTopLeft
ARG 1 colorTopRight
ARG 2 colorBottomLeft
ARG 3 colorBottomRight
ARG 4 hasTransparency
METHOD method_4582 getXFromU (F)F
METHOD method_4583 isPixelTransparent (III)Z
ARG 1 frame
ARG 2 x
ARG 3 y
2019-06-28 17:55:20 -04:00
METHOD method_4584 upload ()V
METHOD method_4585 interpolateFrames ()V
METHOD method_4587 init (IIII)V
2019-02-13 12:35:08 -05:00
ARG 1 width
ARG 2 height
ARG 3 x
ARG 4 y
2019-06-28 17:55:20 -04:00
METHOD method_4588 destroy ()V
METHOD method_4589 getFramePixel (IIII)I
ARG 1 frame
ARG 2 image
ARG 3 x
ARG 4 y
METHOD method_4590 generateMipmaps (I)V
METHOD method_4591 generateMipmapsInternal (I)V
ARG 1 mipLevels
METHOD method_4592 getFrameCount ()I
METHOD method_4593 getMinV ()F
METHOD method_4594 getMinU ()F
METHOD method_4595 getHeight ()I
METHOD method_4597 tickAnimation ()V
METHOD method_4598 getId ()Lnet/minecraft/class_2960;
METHOD method_4599 isAnimated ()Z
METHOD method_4600 blendPixelsComponent (IIIII)I
ARG 0 colorTopLeft
ARG 1 colorTopRight
ARG 2 colorBottomLeft
ARG 3 colorBottomRight
ARG 4 componentShift