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

87 lines
2.2 KiB
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS bwl net/minecraft/world/border/WorldBorder
CLASS bwl$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-04-05 12:03:47 -04:00
METHOD i getStage ()Lbwk;
2018-11-03 07:11:53 -04:00
METHOD j onMaxWorldBorderRadiusChanged ()V
METHOD k onCenterChanged ()V
2019-04-05 12:03:47 -04:00
METHOD l getAreaInstance ()Lbwl$a;
CLASS bwl$b MovingArea
FIELD b oldSize D
FIELD c newSize D
FIELD d timeEnd J
FIELD e timeStart J
FIELD f timeDuration D
2019-04-05 12:03:47 -04:00
CLASS bwl$c StaticArea
FIELD b size D
FIELD c boundWest D
FIELD d boundNorth D
FIELD e boundEast D
FIELD f boundSouth D
2019-04-05 12:03:47 -04:00
METHOD <init> (Lbwl;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-04-05 12:03:47 -04:00
FIELD i area Lbwl$a;
METHOD a asVoxelShape ()Lcsf;
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-04-05 12:03:47 -04:00
METHOD a contains (Laia;)D
METHOD a contains (Lbgk;)Z
METHOD a addListener (Lbwj;)V
ARG 1 listener
2019-04-05 12:03:47 -04:00
METHOD a save (Lcnq;)V
2019-02-11 17:10:05 -05:00
ARG 1 levelProperties
2019-04-05 12:03:47 -04:00
METHOD a contains (Lcrg;)Z
2019-03-20 13:56:26 -04:00
METHOD a contains (Lev;)Z
2019-04-05 12:03:47 -04:00
METHOD b getStage ()Lbwk;
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-04-05 12:03:47 -04:00
METHOD b load (Lcnq;)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
2019-03-31 06:34:59 -04:00
METHOD s tick ()V