Class AspectWriteBuilders.Redstone
java.lang.Object
org.cyclops.integrateddynamics.part.aspect.write.AspectWriteBuilders.Redstone
- Enclosing class:
AspectWriteBuilders
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AspectBuilder<ValueTypeBoolean.ValueBoolean, ValueTypeBoolean, org.apache.commons.lang3.tuple.Triple<PartTarget, IAspectProperties, Boolean>> static final AspectBuilder<ValueTypeInteger.ValueInteger, ValueTypeInteger, org.apache.commons.lang3.tuple.Triple<PartTarget, IAspectProperties, Integer>> static final IAspectWriteDeactivatorstatic final IAspectValuePropagator<org.apache.commons.lang3.tuple.Triple<PartTarget, IAspectProperties, Integer>, Void> static final IAspectValuePropagator<org.apache.commons.lang3.tuple.Triple<PartTarget, IAspectProperties, Integer>, Void> static final IAspectPropertiesstatic final IAspectProperties -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROP_STRONG_POWER
public static final IAspectPropertyTypeInstance<ValueTypeBoolean, ValueTypeBoolean.ValueBoolean> PROP_STRONG_POWER -
PROP_PULSE_EMIT_VALUE
public static final IAspectPropertyTypeInstance<ValueTypeInteger, ValueTypeInteger.ValueInteger> PROP_PULSE_EMIT_VALUE -
PROP_PULSE_LENGTH
public static final IAspectPropertyTypeInstance<ValueTypeInteger, ValueTypeInteger.ValueInteger> PROP_PULSE_LENGTH -
PROPERTIES_REDSTONE
-
PROPERTIES_REDSTONE_PULSE
-
PROP_SET
public static final IAspectValuePropagator<org.apache.commons.lang3.tuple.Triple<PartTarget, IAspectProperties, Integer>, Void> PROP_SET -
PROP_SET_PULSE
public static final IAspectValuePropagator<org.apache.commons.lang3.tuple.Triple<PartTarget, IAspectProperties, Integer>, Void> PROP_SET_PULSE -
DEACTIVATOR
-
BUILDER_BOOLEAN
public static final AspectBuilder<ValueTypeBoolean.ValueBoolean, ValueTypeBoolean, org.apache.commons.lang3.tuple.Triple<PartTarget, IAspectProperties, Boolean>> BUILDER_BOOLEAN -
BUILDER_INTEGER
public static final AspectBuilder<ValueTypeInteger.ValueInteger, ValueTypeInteger, org.apache.commons.lang3.tuple.Triple<PartTarget, IAspectProperties, Integer>> BUILDER_INTEGER
-
-
Constructor Details
-
Redstone
public Redstone()
-