Interface MixinEntityAddon
- All Known Implementing Classes:
MixinEntity
public interface MixinEntityAddon
The
MixinEntity
mixin injects a custom field into the Entity
class
to hold custom data. This interface provides a method to access that custom field.-
Method Summary
Modifier and TypeMethodDescriptionGenericProperties
<net.minecraft.util.Identifier> Gets theHashMap
that stores custom data for a givenEntity
instance.
-
Method Details
-
tcdcommons_getCustomData
GenericProperties<net.minecraft.util.Identifier> tcdcommons_getCustomData()
-