Class EntityMixin
java.lang.Object
net.frozenblock.lib.spotting_icons.mixin.EntityMixin
- All Implemented Interfaces:
EntitySpottingIconInterface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfrozenLib$loadIconManager(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info) voidfrozenLib$saveIconManager(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.nbt.CompoundTag> info) voidfrozenLib$tickIcon(org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
-
Field Details
-
frozenLib$SpottingIconManager
-
-
Constructor Details
-
EntityMixin
public EntityMixin()
-
-
Method Details
-
frozenLib$saveIconManager
public void frozenLib$saveIconManager(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.nbt.CompoundTag> info) -
frozenLib$loadIconManager
public void frozenLib$loadIconManager(net.minecraft.nbt.CompoundTag compoundTag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info) -
frozenLib$tickIcon
public void frozenLib$tickIcon(org.spongepowered.asm.mixin.injection.callback.CallbackInfo info) -
getSpottingIconManager
- Specified by:
getSpottingIconManagerin interfaceEntitySpottingIconInterface
-