Class SpaceAtlasContent
java.lang.Object
com.lightning.northstar.item.atlas.SpaceAtlasContent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<RocketDestination,net.minecraft.network.chat.Component> final Map<net.minecraft.resources.ResourceLocation,SpaceAtlasContent.AtlasPlanet> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SpaceAtlasContentfromTag(net.minecraft.nbt.CompoundTag tag) static net.minecraft.network.chat.MutableComponentgetDefaultLabel(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction dir) net.minecraft.nbt.CompoundTagtoTag()voidtoTag(net.minecraft.nbt.CompoundTag tag)
-
Field Details
-
planets
-
destinations
-
-
Constructor Details
-
SpaceAtlasContent
public SpaceAtlasContent()
-
-
Method Details
-
toTag
public net.minecraft.nbt.CompoundTag toTag() -
toTag
public void toTag(net.minecraft.nbt.CompoundTag tag) -
fromTag
-
getDefaultLabel
@Contract("_, _ -> new") public static net.minecraft.network.chat.MutableComponent getDefaultLabel(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction dir)
-