Uses of Class
alexiil.mc.lib.net.impl.ActiveMinecraftConnection
Packages that use ActiveMinecraftConnection
-
Uses of ActiveMinecraftConnection in alexiil.mc.lib.net.impl
Subclasses of ActiveMinecraftConnection in alexiil.mc.lib.net.implModifier and TypeClassDescriptionclass
class
A connection on the server side to a specificServerPlayerEntity
.Methods in alexiil.mc.lib.net.impl that return ActiveMinecraftConnectionModifier and TypeMethodDescriptionstatic ActiveMinecraftConnection
CoreMinecraftNetUtil.getConnection(net.minecraft.entity.player.PlayerEntity player)
Methods in alexiil.mc.lib.net.impl that return types with arguments of type ActiveMinecraftConnectionModifier and TypeMethodDescriptionstatic List<ActiveMinecraftConnection>
CoreMinecraftNetUtil.getNearbyActiveConnections(net.minecraft.block.entity.BlockEntity be, int distance)
static List<ActiveMinecraftConnection>
CoreMinecraftNetUtil.getPlayersWatching(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)