Package net.minecraft.world.border
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$Areaintermediary net/minecraft/class_2784$class_2785official eos$a
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetBoundEast(float tickProgress) doublegetBoundNorth(float tickProgress) doublegetBoundSouth(float tickProgress) doublegetBoundWest(float tickProgress) doubledoublegetSize()doublelonggetStage()voidvoid
-
Method Details
-
getBoundWest
double getBoundWest(float tickProgress) - Mappings:
Namespace Name Mixin selector named getBoundWestLnet/minecraft/world/border/WorldBorder$Area;getBoundWest(F)Dintermediary method_11994Lnet/minecraft/class_2784$class_2785;method_11994(F)Dofficial aLeos$a;a(F)D
-
getBoundEast
double getBoundEast(float tickProgress) - Mappings:
Namespace Name Mixin selector named getBoundEastLnet/minecraft/world/border/WorldBorder$Area;getBoundEast(F)Dintermediary method_11991Lnet/minecraft/class_2784$class_2785;method_11991(F)Dofficial bLeos$a;b(F)D
-
getBoundNorth
double getBoundNorth(float tickProgress) - Mappings:
Namespace Name Mixin selector named getBoundNorthLnet/minecraft/world/border/WorldBorder$Area;getBoundNorth(F)Dintermediary method_11992Lnet/minecraft/class_2784$class_2785;method_11992(F)Dofficial cLeos$a;c(F)D
-
getBoundSouth
double getBoundSouth(float tickProgress) - Mappings:
Namespace Name Mixin selector named getBoundSouthLnet/minecraft/world/border/WorldBorder$Area;getBoundSouth(F)Dintermediary method_11985Lnet/minecraft/class_2784$class_2785;method_11985(F)Dofficial dLeos$a;d(F)D
-
getSize
double getSize()- Mappings:
Namespace Name Mixin selector named getSizeLnet/minecraft/world/border/WorldBorder$Area;getSize()Dintermediary method_11984Lnet/minecraft/class_2784$class_2785;method_11984()Dofficial aLeos$a;a()D
-
getShrinkingSpeed
double getShrinkingSpeed()- Mappings:
Namespace Name Mixin selector named getShrinkingSpeedLnet/minecraft/world/border/WorldBorder$Area;getShrinkingSpeed()Dintermediary method_11987Lnet/minecraft/class_2784$class_2785;method_11987()Dofficial bLeos$a;b()D
-
getSizeLerpTime
long getSizeLerpTime()- Mappings:
Namespace Name Mixin selector named getSizeLerpTimeLnet/minecraft/world/border/WorldBorder$Area;getSizeLerpTime()Jintermediary method_11993Lnet/minecraft/class_2784$class_2785;method_11993()Jofficial cLeos$a;c()J
-
getSizeLerpTarget
double getSizeLerpTarget()- Mappings:
Namespace Name Mixin selector named getSizeLerpTargetLnet/minecraft/world/border/WorldBorder$Area;getSizeLerpTarget()Dintermediary method_11988Lnet/minecraft/class_2784$class_2785;method_11988()Dofficial dLeos$a;d()D
-
getStage
WorldBorderStage getStage()- Mappings:
Namespace Name Mixin selector named getStageLnet/minecraft/world/border/WorldBorder$Area;getStage()Lnet/minecraft/world/border/WorldBorderStage;intermediary method_11995Lnet/minecraft/class_2784$class_2785;method_11995()Lnet/minecraft/class_2789;official eLeos$a;e()Leor;
-
onMaxRadiusChanged
void onMaxRadiusChanged()- Mappings:
Namespace Name Mixin selector named onMaxRadiusChangedLnet/minecraft/world/border/WorldBorder$Area;onMaxRadiusChanged()Vintermediary method_11989Lnet/minecraft/class_2784$class_2785;method_11989()Vofficial fLeos$a;f()V
-
onCenterChanged
void onCenterChanged()- Mappings:
Namespace Name Mixin selector named onCenterChangedLnet/minecraft/world/border/WorldBorder$Area;onCenterChanged()Vintermediary method_11990Lnet/minecraft/class_2784$class_2785;method_11990()Vofficial gLeos$a;g()V
-
getAreaInstance
WorldBorder.Area getAreaInstance()- Mappings:
Namespace Name Mixin selector named getAreaInstanceLnet/minecraft/world/border/WorldBorder$Area;getAreaInstance()Lnet/minecraft/world/border/WorldBorder$Area;intermediary method_11986Lnet/minecraft/class_2784$class_2785;method_11986()Lnet/minecraft/class_2784$class_2785;official hLeos$a;h()Leos$a;
-
asVoxelShape
VoxelShape asVoxelShape()- Mappings:
Namespace Name Mixin selector named asVoxelShapeLnet/minecraft/world/border/WorldBorder$Area;asVoxelShape()Lnet/minecraft/util/shape/VoxelShape;intermediary method_17906Lnet/minecraft/class_2784$class_2785;method_17906()Lnet/minecraft/class_265;official iLeos$a;i()Lfsy;
-