Interface IPlatformHelper


public interface IPlatformHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.nbt.CompoundTag
    getPersistentData(net.minecraft.world.entity.LivingEntity livingEntity)
    Get the persistent data for a living entity.
  • Method Details

    • getPersistentData

      net.minecraft.nbt.CompoundTag getPersistentData(net.minecraft.world.entity.LivingEntity livingEntity)
      Get the persistent data for a living entity.
      Returns:
      The persistent data for the living entity.