Class WorldBorder.StaticArea

java.lang.Object
net.minecraft.world.border.WorldBorder.StaticArea
All Implemented Interfaces:
WorldBorder.Area
Enclosing class:
WorldBorder

private class WorldBorder.StaticArea extends Object implements WorldBorder.Area
Mappings:
Namespace Name
official dak$d
intermediary net/minecraft/class_2784$class_2787
named net/minecraft/world/border/WorldBorder$StaticArea
  • Field Details

    • size

      private final double size
      Mappings:
      Namespace Name Mixin selector
      official b Ldak$d;b:D
      intermediary field_12747 Lnet/minecraft/class_2784$class_2787;field_12747:D
      named size Lnet/minecraft/world/border/WorldBorder$StaticArea;size:D
    • boundWest

      private double boundWest
      Mappings:
      Namespace Name Mixin selector
      official c Ldak$d;c:D
      intermediary field_12746 Lnet/minecraft/class_2784$class_2787;field_12746:D
      named boundWest Lnet/minecraft/world/border/WorldBorder$StaticArea;boundWest:D
    • boundNorth

      private double boundNorth
      Mappings:
      Namespace Name Mixin selector
      official d Ldak$d;d:D
      intermediary field_12745 Lnet/minecraft/class_2784$class_2787;field_12745:D
      named boundNorth Lnet/minecraft/world/border/WorldBorder$StaticArea;boundNorth:D
    • boundEast

      private double boundEast
      Mappings:
      Namespace Name Mixin selector
      official e Ldak$d;e:D
      intermediary field_12750 Lnet/minecraft/class_2784$class_2787;field_12750:D
      named boundEast Lnet/minecraft/world/border/WorldBorder$StaticArea;boundEast:D
    • boundSouth

      private double boundSouth
      Mappings:
      Namespace Name Mixin selector
      official f Ldak$d;f:D
      intermediary field_12749 Lnet/minecraft/class_2784$class_2787;field_12749:D
      named boundSouth Lnet/minecraft/world/border/WorldBorder$StaticArea;boundSouth:D
    • shape

      private VoxelShape shape
      Mappings:
      Namespace Name Mixin selector
      official g Ldak$d;g:Leax;
      intermediary field_17653 Lnet/minecraft/class_2784$class_2787;field_17653:Lnet/minecraft/class_265;
      named shape Lnet/minecraft/world/border/WorldBorder$StaticArea;shape:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • StaticArea

      public StaticArea(double size)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldak$d;<init>(Ldak;D)V
      intermediary <init> Lnet/minecraft/class_2784$class_2787;<init>(Lnet/minecraft/class_2784;D)V
      named <init> Lnet/minecraft/world/border/WorldBorder$StaticArea;<init>(Lnet/minecraft/world/border/WorldBorder;D)V
  • Method Details

    • getBoundWest

      public double getBoundWest()
      Specified by:
      getBoundWest in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official a Ldak$a;a()D
      intermediary method_11994 Lnet/minecraft/class_2784$class_2785;method_11994()D
      named getBoundWest Lnet/minecraft/world/border/WorldBorder$Area;getBoundWest()D
    • getBoundEast

      public double getBoundEast()
      Specified by:
      getBoundEast in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official b Ldak$a;b()D
      intermediary method_11991 Lnet/minecraft/class_2784$class_2785;method_11991()D
      named getBoundEast Lnet/minecraft/world/border/WorldBorder$Area;getBoundEast()D
    • getBoundNorth

      public double getBoundNorth()
      Specified by:
      getBoundNorth in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official c Ldak$a;c()D
      intermediary method_11992 Lnet/minecraft/class_2784$class_2785;method_11992()D
      named getBoundNorth Lnet/minecraft/world/border/WorldBorder$Area;getBoundNorth()D
    • getBoundSouth

      public double getBoundSouth()
      Specified by:
      getBoundSouth in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official d Ldak$a;d()D
      intermediary method_11985 Lnet/minecraft/class_2784$class_2785;method_11985()D
      named getBoundSouth Lnet/minecraft/world/border/WorldBorder$Area;getBoundSouth()D
    • getSize

      public double getSize()
      Specified by:
      getSize in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official e Ldak$a;e()D
      intermediary method_11984 Lnet/minecraft/class_2784$class_2785;method_11984()D
      named getSize Lnet/minecraft/world/border/WorldBorder$Area;getSize()D
    • getStage

      public WorldBorderStage getStage()
      Specified by:
      getStage in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official i Ldak$a;i()Ldaj;
      intermediary method_11995 Lnet/minecraft/class_2784$class_2785;method_11995()Lnet/minecraft/class_2789;
      named getStage Lnet/minecraft/world/border/WorldBorder$Area;getStage()Lnet/minecraft/world/border/WorldBorderStage;
    • getShrinkingSpeed

      public double getShrinkingSpeed()
      Specified by:
      getShrinkingSpeed in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official f Ldak$a;f()D
      intermediary method_11987 Lnet/minecraft/class_2784$class_2785;method_11987()D
      named getShrinkingSpeed Lnet/minecraft/world/border/WorldBorder$Area;getShrinkingSpeed()D
    • getSizeLerpTime

      public long getSizeLerpTime()
      Specified by:
      getSizeLerpTime in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official g Ldak$a;g()J
      intermediary method_11993 Lnet/minecraft/class_2784$class_2785;method_11993()J
      named getSizeLerpTime Lnet/minecraft/world/border/WorldBorder$Area;getSizeLerpTime()J
    • getSizeLerpTarget

      public double getSizeLerpTarget()
      Specified by:
      getSizeLerpTarget in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official h Ldak$a;h()D
      intermediary method_11988 Lnet/minecraft/class_2784$class_2785;method_11988()D
      named getSizeLerpTarget Lnet/minecraft/world/border/WorldBorder$Area;getSizeLerpTarget()D
    • recalculateBounds

      private void recalculateBounds()
      Mappings:
      Namespace Name Mixin selector
      official n Ldak$d;n()V
      intermediary method_11996 Lnet/minecraft/class_2784$class_2787;method_11996()V
      named recalculateBounds Lnet/minecraft/world/border/WorldBorder$StaticArea;recalculateBounds()V
    • onMaxRadiusChanged

      public void onMaxRadiusChanged()
      Specified by:
      onMaxRadiusChanged in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official j Ldak$a;j()V
      intermediary method_11989 Lnet/minecraft/class_2784$class_2785;method_11989()V
      named onMaxRadiusChanged Lnet/minecraft/world/border/WorldBorder$Area;onMaxRadiusChanged()V
    • onCenterChanged

      public void onCenterChanged()
      Specified by:
      onCenterChanged in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official k Ldak$a;k()V
      intermediary method_11990 Lnet/minecraft/class_2784$class_2785;method_11990()V
      named onCenterChanged Lnet/minecraft/world/border/WorldBorder$Area;onCenterChanged()V
    • getAreaInstance

      public WorldBorder.Area getAreaInstance()
      Specified by:
      getAreaInstance in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official l Ldak$a;l()Ldak$a;
      intermediary method_11986 Lnet/minecraft/class_2784$class_2785;method_11986()Lnet/minecraft/class_2784$class_2785;
      named getAreaInstance Lnet/minecraft/world/border/WorldBorder$Area;getAreaInstance()Lnet/minecraft/world/border/WorldBorder$Area;
    • asVoxelShape

      public VoxelShape asVoxelShape()
      Specified by:
      asVoxelShape in interface WorldBorder.Area
      Mappings:
      Namespace Name Mixin selector
      official m Ldak$a;m()Leax;
      intermediary method_17906 Lnet/minecraft/class_2784$class_2785;method_17906()Lnet/minecraft/class_265;
      named asVoxelShape Lnet/minecraft/world/border/WorldBorder$Area;asVoxelShape()Lnet/minecraft/util/shape/VoxelShape;