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

87 lines
2.2 KiB
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS bwo net/minecraft/world/border/WorldBorder
CLASS bwo$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-10 11:36:17 -04:00
METHOD i getStage ()Lbwn;
2018-11-03 07:11:53 -04:00
METHOD j onMaxWorldBorderRadiusChanged ()V
METHOD k onCenterChanged ()V
2019-04-10 11:36:17 -04:00
METHOD l getAreaInstance ()Lbwo$a;
CLASS bwo$b MovingArea
FIELD b oldSize D
FIELD c newSize D
FIELD d timeEnd J
FIELD e timeStart J
FIELD f timeDuration D
2019-04-10 11:36:17 -04:00
CLASS bwo$c StaticArea
FIELD b size D
FIELD c boundWest D
FIELD d boundNorth D
FIELD e boundEast D
FIELD f boundSouth D
2019-04-10 11:36:17 -04:00
METHOD <init> (Lbwo;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
2019-04-11 01:58:54 -04:00
FIELD c buffer D
2018-11-03 07:11:53 -04:00
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-10 11:36:17 -04:00
FIELD i area Lbwo$a;
METHOD a asVoxelShape ()Lcsi;
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-10 11:36:17 -04:00
METHOD a contains (Laid;)D
METHOD a contains (Lbgn;)Z
METHOD a addListener (Lbwm;)V
ARG 1 listener
2019-04-10 11:36:17 -04:00
METHOD a save (Lcnt;)V
2019-02-11 17:10:05 -05:00
ARG 1 levelProperties
2019-04-10 11:36:17 -04:00
METHOD a contains (Lcrj;)Z
2019-03-20 13:56:26 -04:00
METHOD a contains (Lev;)Z
2019-04-10 11:36:17 -04:00
METHOD b getStage ()Lbwn;
2019-04-11 01:58:54 -04:00
METHOD b setBuffer (D)V
ARG 1 buffer
2018-11-03 07:11:53 -04:00
METHOD b contains (DD)D
METHOD b setWarningTime (I)V
ARG 1 warningTime
2019-04-10 11:36:17 -04:00
METHOD b load (Lcnt;)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
2019-04-11 01:58:54 -04:00
METHOD n getBuffer ()D
2019-01-24 11:47:45 -05:00
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