public class NetChannelEnd extends Object
This class provides static factory methods for constructing Networked channel ends.
The methods are equivalent to the methods defined in
.
NetChannelEndFactory
Modifier and Type | Method and Description |
---|---|
static NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc) |
static NetSharedChannelInput |
createNet2Any() |
static NetSharedChannelInput |
createNet2Any(ChannelDataStore buffer) |
static NetSharedChannelInput |
createNet2Any(String label) |
static NetSharedChannelInput |
createNet2Any(String label,
ChannelDataStore buffer) |
static NetAltingChannelInput |
createNet2One() |
static NetAltingChannelInput |
createNet2One(ChannelDataStore buffer) |
static NetAltingChannelInput |
createNet2One(String label) |
static NetAltingChannelInput |
createNet2One(String label,
ChannelDataStore buffer) |
static NetChannelOutput |
createOne2Net(NetChannelLocation loc) |
public static NetAltingChannelInput createNet2One()
NetChannelEndFactory.createNet2One()
public static NetAltingChannelInput createNet2One(String label)
public static NetAltingChannelInput createNet2One(ChannelDataStore buffer)
public static NetAltingChannelInput createNet2One(String label, ChannelDataStore buffer)
public static NetSharedChannelInput createNet2Any()
NetChannelEndFactory.createNet2Any()
public static NetSharedChannelInput createNet2Any(String label)
public static NetSharedChannelInput createNet2Any(ChannelDataStore buffer)
public static NetSharedChannelInput createNet2Any(String label, ChannelDataStore buffer)
public static NetChannelOutput createOne2Net(NetChannelLocation loc)
public static NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
Copyright © 1996–2016. All rights reserved.