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 eon$a
  • Method Details

    • getBoundWest

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

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

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

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

      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 a Leon$a;a()D
    • getShrinkingSpeed

      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 b Leon$a;b()D
    • getSizeLerpTime

      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 c Leon$a;c()J
    • getSizeLerpTarget

      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 d Leon$a;d()D
    • getStage

      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 e Leon$a;e()Leom;
    • onMaxRadiusChanged

      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 f Leon$a;f()V
    • onCenterChanged

      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 g Leon$a;g()V
    • getAreaInstance

      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 h Leon$a;h()Leon$a;
    • asVoxelShape

      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 i Leon$a;i()Lfst;