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$a
intermediary net/minecraft/class_3131$class_3132
named net/minecraft/server/command/SpreadPlayersCommand$Pile
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
Pile()
-
Method Summary
Modifier and Type Method Description (package private) float
absolute()
boolean
clamp(double minX, double minZ, double maxX, double maxZ)
(package private) double
getDistance(SpreadPlayersCommand.Pile other)
int
getY(BlockView blockView, int int2)
boolean
isSafe(BlockView world, int int2)
(package private) void
normalize()
void
setPileLocation(Random random, double minX, double minZ, double maxX, double maxZ)
void
subtract(SpreadPlayersCommand.Pile other)
-
Field Details
-
x
private double x- Mappings:
Namespace Name Mixin selector official a
Lyz$a;a:D
intermediary field_13737
Lnet/minecraft/class_3131$class_3132;field_13737:D
named x
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;x:D
-
z
private double z- Mappings:
Namespace Name Mixin selector official b
Lyz$a;b:D
intermediary field_13736
Lnet/minecraft/class_3131$class_3132;field_13736:D
named z
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;z:D
-
-
Constructor Details
-
Pile
private Pile()
-
-
Method Details
-
getDistance
- Mappings:
Namespace Name Mixin selector official a
Lyz$a;a(Lyz$a;)D
intermediary method_13665
Lnet/minecraft/class_3131$class_3132;method_13665(Lnet/minecraft/class_3131$class_3132;)D
named getDistance
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;getDistance(Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;)D
-
normalize
void normalize()- Mappings:
Namespace Name Mixin selector official a
Lyz$a;a()V
intermediary method_13671
Lnet/minecraft/class_3131$class_3132;method_13671()V
named normalize
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;normalize()V
-
absolute
float absolute()- Mappings:
Namespace Name Mixin selector official b
Lyz$a;b()F
intermediary method_13668
Lnet/minecraft/class_3131$class_3132;method_13668()F
named absolute
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;absolute()F
-
subtract
- Mappings:
Namespace Name Mixin selector official b
Lyz$a;b(Lyz$a;)V
intermediary method_13670
Lnet/minecraft/class_3131$class_3132;method_13670(Lnet/minecraft/class_3131$class_3132;)V
named subtract
Lnet/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 a
Lyz$a;a(DDDD)Z
intermediary method_13666
Lnet/minecraft/class_3131$class_3132;method_13666(DDDD)Z
named clamp
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;clamp(DDDD)Z
-
getY
- Mappings:
Namespace Name Mixin selector official a
Lyz$a;a(Lbsz;I)I
intermediary method_13669
Lnet/minecraft/class_3131$class_3132;method_13669(Lnet/minecraft/class_1922;I)I
named getY
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;getY(Lnet/minecraft/world/BlockView;I)I
-
isSafe
- Mappings:
Namespace Name Mixin selector official b
Lyz$a;b(Lbsz;I)Z
intermediary method_13662
Lnet/minecraft/class_3131$class_3132;method_13662(Lnet/minecraft/class_1922;I)Z
named isSafe
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;isSafe(Lnet/minecraft/world/BlockView;I)Z
-
setPileLocation
- Mappings:
Namespace Name Mixin selector official a
Lyz$a;a(Ljava/util/Random;DDDD)V
intermediary method_13667
Lnet/minecraft/class_3131$class_3132;method_13667(Ljava/util/Random;DDDD)V
named setPileLocation
Lnet/minecraft/server/command/SpreadPlayersCommand$Pile;setPileLocation(Ljava/util/Random;DDDD)V
-