Class SpaceAtlasContent.AtlasPlanet
java.lang.Object
com.lightning.northstar.item.atlas.SpaceAtlasContent.AtlasPlanet
- Enclosing class:
- SpaceAtlasContent
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.resources.ResourceLocationfloat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromTag(net.minecraft.resources.ResourceLocation id, net.minecraft.nbt.CompoundTag tag) voidrecalculateScience(float weightExp) net.minecraft.nbt.CompoundTagtoTag()
-
Field Details
-
id
public final net.minecraft.resources.ResourceLocation id -
readings
-
science
public float science
-
-
Constructor Details
-
AtlasPlanet
public AtlasPlanet(net.minecraft.resources.ResourceLocation id)
-
-
Method Details
-
recalculateScience
public void recalculateScience(float weightExp) -
toTag
public net.minecraft.nbt.CompoundTag toTag() -
fromTag
public static SpaceAtlasContent.AtlasPlanet fromTag(net.minecraft.resources.ResourceLocation id, net.minecraft.nbt.CompoundTag tag)
-