Small change to docs in NetworkHelper.
This commit is contained in:
parent
04c0c32188
commit
a5391840a4
|
@ -8,9 +8,7 @@ import net.minecraft.server.MinecraftServer;
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import net.minecraftforge.common.DimensionManager;
|
import net.minecraftforge.common.DimensionManager;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.common.MinecraftForge;
|
||||||
import net.minecraftforge.fml.common.FMLCommonHandler;
|
|
||||||
import net.minecraftforge.fml.common.eventhandler.Event;
|
import net.minecraftforge.fml.common.eventhandler.Event;
|
||||||
import net.minecraftforge.fml.relauncher.Side;
|
|
||||||
import WayofTime.bloodmagic.api.BloodMagicAPI;
|
import WayofTime.bloodmagic.api.BloodMagicAPI;
|
||||||
import WayofTime.bloodmagic.api.Constants;
|
import WayofTime.bloodmagic.api.Constants;
|
||||||
import WayofTime.bloodmagic.api.event.AddToNetworkEvent;
|
import WayofTime.bloodmagic.api.event.AddToNetworkEvent;
|
||||||
|
@ -27,7 +25,7 @@ public class NetworkHelper
|
||||||
* Gets the SoulNetwork for the player.
|
* Gets the SoulNetwork for the player.
|
||||||
*
|
*
|
||||||
* @param name
|
* @param name
|
||||||
* - The username of the SoulNetwork owner
|
* - The name of the SoulNetwork owner - this is UUID.toString().
|
||||||
*
|
*
|
||||||
* @return - The SoulNetwork for the given name.
|
* @return - The SoulNetwork for the given name.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue