Interface WorldBorder.Area

All Known Implementing Classes:
WorldBorder.MovingArea, WorldBorder.StaticArea
Enclosing class:
WorldBorder

private static interface WorldBorder.Area
Mappings:
Namespace Name
named net/minecraft/world/border/WorldBorder$Area
intermediary net/minecraft/class_2784$class_2785
official dyo$a
  • Method Details Link icon

    • getBoundWest Link icon

      double getBoundWest()
      Mappings:
      Namespace Name Mixin selector
      named getBoundWest Lnet/minecraft/world/border/WorldBorder$Area;getBoundWest()D
      intermediary method_11994 Lnet/minecraft/class_2784$class_2785;method_11994()D
      official a Ldyo$a;a()D
    • getBoundEast Link icon

      double getBoundEast()
      Mappings:
      Namespace Name Mixin selector
      named getBoundEast Lnet/minecraft/world/border/WorldBorder$Area;getBoundEast()D
      intermediary method_11991 Lnet/minecraft/class_2784$class_2785;method_11991()D
      official b Ldyo$a;b()D
    • getBoundNorth Link icon

      double getBoundNorth()
      Mappings:
      Namespace Name Mixin selector
      named getBoundNorth Lnet/minecraft/world/border/WorldBorder$Area;getBoundNorth()D
      intermediary method_11992 Lnet/minecraft/class_2784$class_2785;method_11992()D
      official c Ldyo$a;c()D
    • getBoundSouth Link icon

      double getBoundSouth()
      Mappings:
      Namespace Name Mixin selector
      named getBoundSouth Lnet/minecraft/world/border/WorldBorder$Area;getBoundSouth()D
      intermediary method_11985 Lnet/minecraft/class_2784$class_2785;method_11985()D
      official d Ldyo$a;d()D
    • getSize Link icon

      double getSize()
      Mappings:
      Namespace Name Mixin selector
      named getSize Lnet/minecraft/world/border/WorldBorder$Area;getSize()D
      intermediary method_11984 Lnet/minecraft/class_2784$class_2785;method_11984()D
      official e Ldyo$a;e()D
    • getShrinkingSpeed Link icon

      double getShrinkingSpeed()
      Mappings:
      Namespace Name Mixin selector
      named getShrinkingSpeed Lnet/minecraft/world/border/WorldBorder$Area;getShrinkingSpeed()D
      intermediary method_11987 Lnet/minecraft/class_2784$class_2785;method_11987()D
      official f Ldyo$a;f()D
    • getSizeLerpTime Link icon

      long getSizeLerpTime()
      Mappings:
      Namespace Name Mixin selector
      named getSizeLerpTime Lnet/minecraft/world/border/WorldBorder$Area;getSizeLerpTime()J
      intermediary method_11993 Lnet/minecraft/class_2784$class_2785;method_11993()J
      official g Ldyo$a;g()J
    • getSizeLerpTarget Link icon

      double getSizeLerpTarget()
      Mappings:
      Namespace Name Mixin selector
      named getSizeLerpTarget Lnet/minecraft/world/border/WorldBorder$Area;getSizeLerpTarget()D
      intermediary method_11988 Lnet/minecraft/class_2784$class_2785;method_11988()D
      official h Ldyo$a;h()D
    • getStage Link icon

      WorldBorderStage getStage()
      Mappings:
      Namespace Name Mixin selector
      named getStage Lnet/minecraft/world/border/WorldBorder$Area;getStage()Lnet/minecraft/world/border/WorldBorderStage;
      intermediary method_11995 Lnet/minecraft/class_2784$class_2785;method_11995()Lnet/minecraft/class_2789;
      official i Ldyo$a;i()Ldyn;
    • onMaxRadiusChanged Link icon

      void onMaxRadiusChanged()
      Mappings:
      Namespace Name Mixin selector
      named onMaxRadiusChanged Lnet/minecraft/world/border/WorldBorder$Area;onMaxRadiusChanged()V
      intermediary method_11989 Lnet/minecraft/class_2784$class_2785;method_11989()V
      official j Ldyo$a;j()V
    • onCenterChanged Link icon

      void onCenterChanged()
      Mappings:
      Namespace Name Mixin selector
      named onCenterChanged Lnet/minecraft/world/border/WorldBorder$Area;onCenterChanged()V
      intermediary method_11990 Lnet/minecraft/class_2784$class_2785;method_11990()V
      official k Ldyo$a;k()V
    • getAreaInstance Link icon

      WorldBorder.Area getAreaInstance()
      Mappings:
      Namespace Name Mixin selector
      named getAreaInstance Lnet/minecraft/world/border/WorldBorder$Area;getAreaInstance()Lnet/minecraft/world/border/WorldBorder$Area;
      intermediary method_11986 Lnet/minecraft/class_2784$class_2785;method_11986()Lnet/minecraft/class_2784$class_2785;
      official l Ldyo$a;l()Ldyo$a;
    • asVoxelShape Link icon

      VoxelShape asVoxelShape()
      Mappings:
      Namespace Name Mixin selector
      named asVoxelShape Lnet/minecraft/world/border/WorldBorder$Area;asVoxelShape()Lnet/minecraft/util/shape/VoxelShape;
      intermediary method_17906 Lnet/minecraft/class_2784$class_2785;method_17906()Lnet/minecraft/class_265;
      official m Ldyo$a;m()Lfbv;