Class EndLessSaveAndLoader

java.lang.Object
net.minecraft.world.level.saveddata.SavedData
com.msg.end_less.features.EndLessSaveAndLoader

public class EndLessSaveAndLoader extends net.minecraft.world.level.saveddata.SavedData
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.level.saveddata.SavedData

    net.minecraft.world.level.saveddata.SavedData.Factory<T extends net.minecraft.world.level.saveddata.SavedData>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    List<net.minecraft.core.BlockPos>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createFromNbt(net.minecraft.nbt.CompoundTag tag, net.minecraft.core.HolderLookup.Provider registries)
     
     
    getServerState(net.minecraft.server.MinecraftServer server)
     
    net.minecraft.nbt.CompoundTag
    save(net.minecraft.nbt.CompoundTag tag, net.minecraft.core.HolderLookup.Provider registries)
     

    Methods inherited from class net.minecraft.world.level.saveddata.SavedData

    isDirty, save, setDirty, setDirty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • openEndPortal

      public List<net.minecraft.core.BlockPos> openEndPortal
  • Constructor Details

    • EndLessSaveAndLoader

      public EndLessSaveAndLoader()
  • Method Details

    • save

      public net.minecraft.nbt.CompoundTag save(net.minecraft.nbt.CompoundTag tag, net.minecraft.core.HolderLookup.Provider registries)
      Specified by:
      save in class net.minecraft.world.level.saveddata.SavedData
    • createFromNbt

      public static EndLessSaveAndLoader createFromNbt(net.minecraft.nbt.CompoundTag tag, net.minecraft.core.HolderLookup.Provider registries)
    • createNew

      public static EndLessSaveAndLoader createNew()
    • getServerState

      public static EndLessSaveAndLoader getServerState(net.minecraft.server.MinecraftServer server)