Class AspectReadBuilders.World
java.lang.Object
org.cyclops.integrateddynamics.part.aspect.read.AspectReadBuilders.World
- Enclosing class:
AspectReadBuilders
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectBuilder
<ValueTypeBoolean.ValueBoolean, ValueTypeBoolean, org.cyclops.cyclopscore.datastructure.DimPos> static final AspectBuilder
<ValueTypeDouble.ValueDouble, ValueTypeDouble, org.cyclops.cyclopscore.datastructure.DimPos> static final AspectBuilder
<ValueTypeInteger.ValueInteger, ValueTypeInteger, org.cyclops.cyclopscore.datastructure.DimPos> static final AspectBuilder
<ValueTypeList.ValueList, ValueTypeList, org.cyclops.cyclopscore.datastructure.DimPos> static final AspectBuilder
<ValueTypeLong.ValueLong, ValueTypeLong, 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> static final IAspectValuePropagator
<org.apache.commons.lang3.tuple.Pair<PartTarget, IAspectProperties>, net.minecraft.world.entity.decoration.ItemFrame> static final IAspectValuePropagator
<org.cyclops.cyclopscore.datastructure.DimPos, net.minecraft.core.BlockPos> static final IAspectValuePropagator
<org.cyclops.cyclopscore.datastructure.DimPos, net.minecraft.world.level.Level> -
Constructor Summary
-
Method Summary
-
Field Details
-
PROP_GET
public static final IAspectValuePropagator<org.apache.commons.lang3.tuple.Pair<PartTarget,IAspectProperties>, PROP_GETorg.cyclops.cyclopscore.datastructure.DimPos> -
PROP_GET_WORLD
public static final IAspectValuePropagator<org.cyclops.cyclopscore.datastructure.DimPos,net.minecraft.world.level.Level> PROP_GET_WORLD -
PROP_GET_POS
public static final IAspectValuePropagator<org.cyclops.cyclopscore.datastructure.DimPos,net.minecraft.core.BlockPos> PROP_GET_POS -
PROP_GET_ITEMFRAME
public static final IAspectValuePropagator<org.apache.commons.lang3.tuple.Pair<PartTarget,IAspectProperties>, PROP_GET_ITEMFRAMEnet.minecraft.world.entity.decoration.ItemFrame> -
BUILDER_BOOLEAN
public static final AspectBuilder<ValueTypeBoolean.ValueBoolean,ValueTypeBoolean, BUILDER_BOOLEANorg.cyclops.cyclopscore.datastructure.DimPos> -
BUILDER_INTEGER
public static final AspectBuilder<ValueTypeInteger.ValueInteger,ValueTypeInteger, BUILDER_INTEGERorg.cyclops.cyclopscore.datastructure.DimPos> -
BUILDER_DOUBLE
public static final AspectBuilder<ValueTypeDouble.ValueDouble,ValueTypeDouble, BUILDER_DOUBLEorg.cyclops.cyclopscore.datastructure.DimPos> -
BUILDER_LONG
public static final AspectBuilder<ValueTypeLong.ValueLong,ValueTypeLong, BUILDER_LONGorg.cyclops.cyclopscore.datastructure.DimPos> -
BUILDER_STRING
public static final AspectBuilder<ValueTypeString.ValueString,ValueTypeString, BUILDER_STRINGorg.cyclops.cyclopscore.datastructure.DimPos> -
BUILDER_LIST
public static final AspectBuilder<ValueTypeList.ValueList,ValueTypeList, BUILDER_LISTorg.cyclops.cyclopscore.datastructure.DimPos>
-
-
Constructor Details
-
World
public World()
-