Interface ITeam.ITeamType<T extends ITeam<? super T>>

All Known Implementing Classes:
NoTeam.Type, ScoreboardTeam.Type, SinglePlayerTeam.Type
Enclosing interface:
ITeam<T extends ITeam<? super T>>

public static interface ITeam.ITeamType<T extends ITeam<? super T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    read(net.minecraft.nbt.CompoundTag tag, net.minecraft.world.level.Level level)
     
    void
    write(T team, net.minecraft.nbt.CompoundTag tag)
     
  • Method Details

    • read

      T read(net.minecraft.nbt.CompoundTag tag, net.minecraft.world.level.Level level)
    • write

      void write(T team, net.minecraft.nbt.CompoundTag tag)