public enum AllPackets extends java.lang.Enum<AllPackets>
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.fml.network.simple.SimpleChannel |
channel |
static net.minecraft.util.ResourceLocation |
CHANNEL_NAME |
static java.lang.String |
NETWORK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerPackets() |
static void |
sendToNear(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
int range,
java.lang.Object message) |
static AllPackets |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllPackets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllPackets NBT
public static final AllPackets CONFIGURE_SCHEMATICANNON
public static final AllPackets CONFIGURE_FLEXCRATE
public static final AllPackets CONFIGURE_STOCKSWITCH
public static final AllPackets CONFIGURE_SEQUENCER
public static final AllPackets PLACE_SCHEMATIC
public static final AllPackets UPLOAD_SCHEMATIC
public static final AllPackets CLEAR_CONTAINER
public static final AllPackets CONFIGURE_FILTER
public static final AllPackets CONFIGURE_FILTERING_AMOUNT
public static final AllPackets CONFIGURE_SCROLLABLE
public static final AllPackets EXTENDO_INTERACT
public static final AllPackets CONTRAPTION_INTERACT
public static final AllPackets CLIENT_MOTION
public static final AllPackets PLACE_ARM
public static final AllPackets MINECART_COUPLING_CREATION
public static final AllPackets INSTANT_SCHEMATIC
public static final AllPackets SYNC_SCHEMATIC
public static final AllPackets LEFT_CLICK
public static final AllPackets PLACE_EJECTOR
public static final AllPackets TRIGGER_EJECTOR
public static final AllPackets EJECTOR_ELYTRA
public static final AllPackets LINKED_CONTROLLER_INPUT
public static final AllPackets LINKED_CONTROLLER_BIND
public static final AllPackets LINKED_CONTROLLER_USE_LECTERN
public static final AllPackets C_CONFIGURE_CONFIG
public static final AllPackets SUBMIT_GHOST_ITEM
public static final AllPackets BLUEPRINT_COMPLETE_RECIPE
public static final AllPackets SYMMETRY_EFFECT
public static final AllPackets SERVER_SPEED
public static final AllPackets BEAM_EFFECT
public static final AllPackets S_CONFIGURE_CONFIG
public static final AllPackets CONTRAPTION_STALL
public static final AllPackets CONTRAPTION_DISASSEMBLE
public static final AllPackets GLUE_EFFECT
public static final AllPackets CONTRAPTION_SEAT_MAPPING
public static final AllPackets LIMBSWING_UPDATE
public static final AllPackets MINECART_CONTROLLER
public static final AllPackets FLUID_SPLASH
public static final AllPackets CONTRAPTION_FLUID
public static final AllPackets GANTRY_UPDATE
public static final AllPackets BLOCK_HIGHLIGHT
public static final AllPackets TUNNEL_FLAP
public static final AllPackets FUNNEL_FLAP
public static final AllPackets POTATO_CANNON
public static final AllPackets SOUL_PULSE
public static final AllPackets PERSISTENT_DATA
public static final AllPackets SYNC_POTATO_PROJECTILE_TYPES
public static final net.minecraft.util.ResourceLocation CHANNEL_NAME
public static final java.lang.String NETWORK_VERSION
public static net.minecraftforge.fml.network.simple.SimpleChannel channel
public static AllPackets[] values()
for (AllPackets c : AllPackets.values()) System.out.println(c);
public static AllPackets valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static void registerPackets()
public static void sendToNear(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
int range,
java.lang.Object message)