Uses of Class
net.minecraft.server.BanEntry
Package | Description |
---|---|
net.minecraft.server | |
net.minecraft.server.dedicated.command |
-
Uses of BanEntry in net.minecraft.server
Subclasses of BanEntry in net.minecraft.server Modifier and Type Class Description class
BannedIpEntry
class
BannedPlayerEntry
-
Uses of BanEntry in net.minecraft.server.dedicated.command
Method parameters in net.minecraft.server.dedicated.command with type arguments of type BanEntry Modifier and Type Method Description private static int
BanListCommand. execute(ServerCommandSource source, Collection<? extends BanEntry<?>> targets)