Interface IObjectData
- All Known Implementing Classes:
FabricObjectData
public interface IObjectData
-
Method Summary
Modifier and TypeMethodDescriptiongetArcaneLockData(net.minecraft.world.level.block.entity.BlockEntity blockEntity) getCastCommandData(net.minecraft.world.entity.player.Player player) @Nullable ConjureDatagetConjureData(net.minecraft.world.item.ItemStack stack) getContainmentData(net.minecraft.world.entity.LivingEntity entity) getImbuementData(net.minecraft.world.item.ItemStack stack) getMinionData(net.minecraft.world.entity.Mob mob) getSpellManagerData(net.minecraft.world.entity.player.Player player) getWizardData(net.minecraft.world.entity.player.Player player) booleanisMinion(net.minecraft.world.entity.Entity mob) voidspellStoredVariables(IStoredSpellVar<?>... variables)
-
Method Details
-
getConjureData
-
getImbuementData
-
getCastCommandData
-
getSpellManagerData
-
spellStoredVariables
-
getWizardData
-
getMinionData
-
getContainmentData
-
isMinion
boolean isMinion(net.minecraft.world.entity.Entity mob) -
getArcaneLockData
-