Interface NetworkFactory


public interface NetworkFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(net.minecraft.core.BlockPos pos)
     
    create(net.minecraft.nbt.CompoundTag tag)
     
    static String
    randomString(Random r, int length)
     
  • Method Details

    • randomString

      static String randomString(Random r, int length)
    • create

      Network create(net.minecraft.core.BlockPos pos)
    • create

      Network create(net.minecraft.nbt.CompoundTag tag)