public enum TriggerProviderPipes extends java.lang.Enum<TriggerProviderPipes> implements ITriggerProvider
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
addExternalTriggers(java.util.Collection<ITriggerExternal> triggers,
net.minecraft.util.EnumFacing side,
net.minecraft.tileentity.TileEntity tile)
Returns the list of triggers available to a gate next to the given block.
|
void |
addInternalSidedTriggers(java.util.Collection<ITriggerInternalSided> triggers,
IStatementContainer container,
net.minecraft.util.EnumFacing side) |
void |
addInternalTriggers(java.util.Collection<ITriggerInternal> triggers,
IStatementContainer container) |
static TriggerProviderPipes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TriggerProviderPipes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerProviderPipes INSTANCE
public static TriggerProviderPipes[] values()
for (TriggerProviderPipes c : TriggerProviderPipes.values()) System.out.println(c);
public static TriggerProviderPipes 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 void addInternalTriggers(java.util.Collection<ITriggerInternal> triggers, IStatementContainer container)
addInternalTriggers
in interface ITriggerProvider
public void addInternalSidedTriggers(java.util.Collection<ITriggerInternalSided> triggers, IStatementContainer container, @Nonnull net.minecraft.util.EnumFacing side)
addInternalSidedTriggers
in interface ITriggerProvider
public void addExternalTriggers(java.util.Collection<ITriggerExternal> triggers, @Nonnull net.minecraft.util.EnumFacing side, net.minecraft.tileentity.TileEntity tile)
ITriggerProvider
addExternalTriggers
in interface ITriggerProvider