yarn/mappings/net/minecraft/world/border/WorldBorder.mapping

87 lines
2.2 KiB
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS bvi net/minecraft/world/border/WorldBorder
2019-03-14 15:41:19 -04:00
CLASS bvi$a Area
METHOD a getBoundWest ()D
METHOD b getBoundEast ()D
METHOD c getBoundNorth ()D
METHOD d getBoundSouth ()D
METHOD e getSize ()D
2019-02-11 17:10:05 -05:00
METHOD f getShrinkingSpeed ()D
METHOD g getTargetRemainingTime ()J
METHOD h getTargetSize ()D
2019-03-14 11:39:51 -04:00
METHOD i getStage ()Lbvh;
2018-11-03 07:11:53 -04:00
METHOD j onMaxWorldBorderRadiusChanged ()V
METHOD k onCenterChanged ()V
2019-03-14 11:39:51 -04:00
METHOD l getAreaInstance ()Lbvi$a;
2019-03-14 15:41:19 -04:00
CLASS bvi$b MovingArea
FIELD b oldSize D
FIELD c newSize D
FIELD d timeEnd J
FIELD e timeStart J
FIELD f timeDuration D
2019-03-14 15:41:19 -04:00
CLASS bvi$c StaticArea
FIELD b size D
FIELD c boundWest D
FIELD d boundNorth D
FIELD e boundEast D
FIELD f boundSouth D
2019-03-14 11:39:51 -04:00
METHOD <init> (Lbvi;D)V
ARG 1 size
2019-01-24 11:47:45 -05:00
METHOD n recalculateBounds ()V
FIELD a listeners Ljava/util/List;
2018-11-03 07:11:53 -04:00
FIELD b damagePerBlock D
FIELD c safeZone D
FIELD d warningTime I
FIELD e warningBlocks I
FIELD f centerX D
FIELD g centerZ D
2018-11-03 07:11:53 -04:00
FIELD h maxWorldBorderRadius I
2019-03-14 11:39:51 -04:00
FIELD i area Lbvi$a;
METHOD a asVoxelShape ()Lcra;
METHOD a setSize (D)V
ARG 1 size
2019-02-11 17:10:05 -05:00
METHOD a interpolateSize (DDJ)V
ARG 1 fromSize
ARG 3 toSize
ARG 5 time
2018-11-03 07:11:53 -04:00
METHOD a setMaxWorldBorderRadius (I)V
2019-03-14 08:57:09 -04:00
METHOD a contains (Lahw;)D
2019-03-14 11:39:51 -04:00
METHOD a contains (Lbfk;)Z
METHOD a addListener (Lbvg;)V
ARG 1 listener
2019-03-14 11:39:51 -04:00
METHOD a save (Lcml;)V
2019-02-11 17:10:05 -05:00
ARG 1 levelProperties
2019-03-14 11:39:51 -04:00
METHOD a contains (Lcqb;)Z
2019-03-14 08:57:09 -04:00
METHOD a contains (Leu;)Z
2019-03-14 11:39:51 -04:00
METHOD b getStage ()Lbvh;
2018-11-03 07:11:53 -04:00
METHOD b setSafeZone (D)V
ARG 1 safeZone
2018-11-03 07:11:53 -04:00
METHOD b contains (DD)D
METHOD b setWarningTime (I)V
ARG 1 warningTime
2019-03-14 11:39:51 -04:00
METHOD b load (Lcml;)V
2019-02-11 17:10:05 -05:00
ARG 1 levelProperties
2019-01-24 11:47:45 -05:00
METHOD c getBoundWest ()D
2018-11-03 07:11:53 -04:00
METHOD c setDamagePerBlock (D)V
ARG 1 damagePerBlock
METHOD c setCenter (DD)V
2018-11-04 07:22:38 -05:00
ARG 1 x
ARG 3 z
2018-11-03 07:11:53 -04:00
METHOD c setWarningBlocks (I)V
ARG 1 warningBlocks
2019-01-24 11:47:45 -05:00
METHOD d getBoundNorth ()D
METHOD e getBoundEast ()D
METHOD f getBoundSouth ()D
METHOD g getCenterX ()D
METHOD h getCenterZ ()D
METHOD i getSize ()D
METHOD j getTargetRemainingTime ()J
METHOD k getTargetSize ()D
METHOD l getListeners ()Ljava/util/List;
METHOD m getMaxWorldBorderRadius ()I
METHOD n getSafeZone ()D
METHOD o getDamagePerBlock ()D
2019-02-11 17:10:05 -05:00
METHOD p getShrinkingSpeed ()D
2019-01-24 11:47:45 -05:00
METHOD q getWarningTime ()I
METHOD r getWarningBlocks ()I
METHOD s update ()V