Package com.li64.tide.mixin
Class TideEntityMixin
java.lang.Object
com.li64.tide.mixin.TideEntityMixin
- All Implemented Interfaces:
TideEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.nbt.CompoundTagvoidsetTidePlayerData(net.minecraft.nbt.CompoundTag tag)
-
Field Details
-
playerData
public net.minecraft.nbt.CompoundTag playerData -
dataKey
-
-
Constructor Details
-
TideEntityMixin
public TideEntityMixin()
-
-
Method Details
-
getTidePlayerData
public net.minecraft.nbt.CompoundTag getTidePlayerData()- Specified by:
getTidePlayerDatain interfaceTideEntity
-
setTidePlayerData
public void setTidePlayerData(net.minecraft.nbt.CompoundTag tag) - Specified by:
setTidePlayerDatain interfaceTideEntity
-