Package net.minecraft.src
Class PlayerPositionComparator
java.lang.Object
net.minecraft.src.PlayerPositionComparator
- All Implemented Interfaces:
Comparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintcomparePlayers(EntityPlayerMP par1EntityPlayerMP, EntityPlayerMP par2EntityPlayerMP) Compare the position of two players.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
PlayerPositionComparator
-
-
Method Details
-
comparePlayers
Compare the position of two players. -
compare
- Specified by:
comparein interfaceComparator
-