Mark old network system as Deprecated
This commit is contained in:
parent
7b653a4bb6
commit
f864cbddf1
|
@ -24,6 +24,11 @@ import net.minecraftforge.fml.common.eventhandler.Event;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
|
@Deprecated
|
||||||
|
/**
|
||||||
|
* Deprecated in favor of new system in {@link WayofTime.bloodmagic.api.saving.BMWorldSavedData} and
|
||||||
|
* {@link WayofTime.bloodmagic.api.saving.SoulNetwork}
|
||||||
|
*/
|
||||||
public class SoulNetwork extends WorldSavedData
|
public class SoulNetwork extends WorldSavedData
|
||||||
{
|
{
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|
|
@ -7,7 +7,7 @@ import net.minecraft.item.ItemStack;
|
||||||
* This class provides several helper methods in order to handle soul
|
* This class provides several helper methods in order to handle soul
|
||||||
* consumption and use for a player. This refers to the Soul System, meaning
|
* consumption and use for a player. This refers to the Soul System, meaning
|
||||||
* Monster Souls and Soul Gems, etc. The Soul Network's helper methods are found
|
* Monster Souls and Soul Gems, etc. The Soul Network's helper methods are found
|
||||||
* in {@link WayofTime.bloodmagic.api.network.SoulNetwork}
|
* in {@link WayofTime.bloodmagic.api.util.helper.NetworkHelper}
|
||||||
*/
|
*/
|
||||||
public class PlayerDemonWillHandler
|
public class PlayerDemonWillHandler
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue