Class AspectReadBuilders.Block
java.lang.Object
org.cyclops.integrateddynamics.part.aspect.read.AspectReadBuilders.Block
- Enclosing class:
AspectReadBuilders
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AspectBuilder<ValueObjectTypeBlock.ValueBlock, ValueObjectTypeBlock, org.cyclops.cyclopscore.datastructure.DimPos> static final AspectBuilder<ValueTypeBoolean.ValueBoolean, ValueTypeBoolean, org.cyclops.cyclopscore.datastructure.DimPos> static final AspectBuilder<ValueTypeInteger.ValueInteger, ValueTypeInteger, org.cyclops.cyclopscore.datastructure.DimPos> static final AspectBuilder<ValueTypeNbt.ValueNbt, ValueTypeNbt, org.cyclops.cyclopscore.datastructure.DimPos> static final AspectBuilder<ValueTypeString.ValueString, ValueTypeString, org.cyclops.cyclopscore.datastructure.DimPos> static final IAspectValuePropagator<org.apache.commons.lang3.tuple.Pair<PartTarget, IAspectProperties>, org.cyclops.cyclopscore.datastructure.DimPos> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROP_GET
public static final IAspectValuePropagator<org.apache.commons.lang3.tuple.Pair<PartTarget, IAspectProperties>, org.cyclops.cyclopscore.datastructure.DimPos> PROP_GET -
BUILDER_BOOLEAN
public static final AspectBuilder<ValueTypeBoolean.ValueBoolean, ValueTypeBoolean, org.cyclops.cyclopscore.datastructure.DimPos> BUILDER_BOOLEAN -
BUILDER_INTEGER
public static final AspectBuilder<ValueTypeInteger.ValueInteger, ValueTypeInteger, org.cyclops.cyclopscore.datastructure.DimPos> BUILDER_INTEGER -
BUILDER_STRING
public static final AspectBuilder<ValueTypeString.ValueString, ValueTypeString, org.cyclops.cyclopscore.datastructure.DimPos> BUILDER_STRING -
BUILDER_BLOCK
public static final AspectBuilder<ValueObjectTypeBlock.ValueBlock, ValueObjectTypeBlock, org.cyclops.cyclopscore.datastructure.DimPos> BUILDER_BLOCK -
BUILDER_NBT
public static final AspectBuilder<ValueTypeNbt.ValueNbt, ValueTypeNbt, org.cyclops.cyclopscore.datastructure.DimPos> BUILDER_NBT
-
-
Constructor Details
-
Block
public Block()
-