Uses of Class
alexiil.mc.lib.net.impl.ActiveMinecraftConnection
| Package | Description |
|---|---|
| alexiil.mc.lib.net.impl |
LibNetworkStack's minecraft-specific library.
|
-
Uses of ActiveMinecraftConnection in alexiil.mc.lib.net.impl
Subclasses of ActiveMinecraftConnection in alexiil.mc.lib.net.impl Modifier and Type Class Description classActiveClientConnectionclassActiveServerConnectionA connection on the server side to a specificServerPlayerEntity.Methods in alexiil.mc.lib.net.impl that return ActiveMinecraftConnection Modifier and Type Method Description static ActiveMinecraftConnectionCoreMinecraftNetUtil. getConnection(net.minecraft.entity.player.PlayerEntity player)Methods in alexiil.mc.lib.net.impl that return types with arguments of type ActiveMinecraftConnection Modifier and Type Method Description static java.util.List<ActiveMinecraftConnection>CoreMinecraftNetUtil. getNearbyActiveConnections(net.minecraft.block.entity.BlockEntity be, int distance)static java.util.List<ActiveMinecraftConnection>CoreMinecraftNetUtil. getPlayersWatching(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)