Interface IPlatformHelper
- All Known Implementing Classes:
FabricPlatformHelper
public interface IPlatformHelper
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.nbt.CompoundTaggetPersistentData(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.
-