Package net.minecraft.server.command
Class SpreadPlayersCommand.Pile
java.lang.Object
net.minecraft.server.command.SpreadPlayersCommand.Pile
- Enclosing class:
- SpreadPlayersCommand
static class SpreadPlayersCommand.Pile extends Object
- Mappings:
Namespace Name official yz$aintermediary net/minecraft/class_3131$class_3132named net/minecraft/server/command/SpreadPlayersCommand$Pile
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privatePile() -
Method Summary
Modifier and Type Method Description (package private) floatabsolute()booleanclamp(double minX, double minZ, double maxX, double maxZ)(package private) doublegetDistance(SpreadPlayersCommand.Pile other)intgetY(BlockView blockView, int int2)booleanisSafe(BlockView world, int int2)(package private) voidnormalize()voidsetPileLocation(Random random, double minX, double minZ, double maxX, double maxZ)voidsubtract(SpreadPlayersCommand.Pile other)
-
Field Details
-
x
private double x- Mappings:
Namespace Name Mixin selector official aLyz$a;a:Dintermediary field_13737Lnet/minecraft/class_3131$class_3132;field_13737:Dnamed xLnet/minecraft/server/command/SpreadPlayersCommand$Pile;x:D
-
z
private double z- Mappings:
Namespace Name Mixin selector official bLyz$a;b:Dintermediary field_13736Lnet/minecraft/class_3131$class_3132;field_13736:Dnamed zLnet/minecraft/server/command/SpreadPlayersCommand$Pile;z:D
-
-
Constructor Details
-
Pile
private Pile()
-
-
Method Details
-
getDistance
- Mappings:
Namespace Name Mixin selector official aLyz$a;a(Lyz$a;)Dintermediary method_13665Lnet/minecraft/class_3131$class_3132;method_13665(Lnet/minecraft/class_3131$class_3132;)Dnamed getDistanceLnet/minecraft/server/command/SpreadPlayersCommand$Pile;getDistance(Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;)D
-
normalize
void normalize()- Mappings:
Namespace Name Mixin selector official aLyz$a;a()Vintermediary method_13671Lnet/minecraft/class_3131$class_3132;method_13671()Vnamed normalizeLnet/minecraft/server/command/SpreadPlayersCommand$Pile;normalize()V
-
absolute
float absolute()- Mappings:
Namespace Name Mixin selector official bLyz$a;b()Fintermediary method_13668Lnet/minecraft/class_3131$class_3132;method_13668()Fnamed absoluteLnet/minecraft/server/command/SpreadPlayersCommand$Pile;absolute()F
-
subtract
- Mappings:
Namespace Name Mixin selector official bLyz$a;b(Lyz$a;)Vintermediary method_13670Lnet/minecraft/class_3131$class_3132;method_13670(Lnet/minecraft/class_3131$class_3132;)Vnamed subtractLnet/minecraft/server/command/SpreadPlayersCommand$Pile;subtract(Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;)V
-
clamp
public boolean clamp(double minX, double minZ, double maxX, double maxZ)- Mappings:
Namespace Name Mixin selector official aLyz$a;a(DDDD)Zintermediary method_13666Lnet/minecraft/class_3131$class_3132;method_13666(DDDD)Znamed clampLnet/minecraft/server/command/SpreadPlayersCommand$Pile;clamp(DDDD)Z
-
getY
- Mappings:
Namespace Name Mixin selector official aLyz$a;a(Lbsz;I)Iintermediary method_13669Lnet/minecraft/class_3131$class_3132;method_13669(Lnet/minecraft/class_1922;I)Inamed getYLnet/minecraft/server/command/SpreadPlayersCommand$Pile;getY(Lnet/minecraft/world/BlockView;I)I
-
isSafe
- Mappings:
Namespace Name Mixin selector official bLyz$a;b(Lbsz;I)Zintermediary method_13662Lnet/minecraft/class_3131$class_3132;method_13662(Lnet/minecraft/class_1922;I)Znamed isSafeLnet/minecraft/server/command/SpreadPlayersCommand$Pile;isSafe(Lnet/minecraft/world/BlockView;I)Z
-
setPileLocation
- Mappings:
Namespace Name Mixin selector official aLyz$a;a(Ljava/util/Random;DDDD)Vintermediary method_13667Lnet/minecraft/class_3131$class_3132;method_13667(Ljava/util/Random;DDDD)Vnamed setPileLocationLnet/minecraft/server/command/SpreadPlayersCommand$Pile;setPileLocation(Ljava/util/Random;DDDD)V
-