A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- canAimWhileShooting() - Method in interface noppes.npcs.api.entity.ICustomNpc
-
Deprecated.
- canBeSteered() - Method in interface noppes.npcs.api.entity.IEntityLiving
- canBlockFreeze(int, int, int, boolean) - Method in interface noppes.npcs.api.IWorld
- canBlockFreeze(IPos, boolean) - Method in interface noppes.npcs.api.IWorld
- canBlockFreezeBody(int, int, int, boolean) - Method in interface noppes.npcs.api.IWorld
- canBlockFreezeBody(IPos, boolean) - Method in interface noppes.npcs.api.IWorld
- canBreathe() - Method in interface noppes.npcs.api.entity.ICustomNpc
-
Returns whether the NPC can breathe.
- canBreatheUnderwater() - Method in interface noppes.npcs.api.entity.IEntityLivingBase
-
Checks whether the entity can breathe underwater.
- cancelAction(String) - Method in interface noppes.npcs.api.handler.IActionManager
-
Cancel (remove) the first queued action with the given name.
- canCollide() - Method in interface noppes.npcs.api.IBlock
- canCollide(double) - Method in interface noppes.npcs.api.IBlock
- canFly() - Method in interface noppes.npcs.api.entity.ICustomNpc
-
Returns whether the NPC can fly.
- canHarvestBlock(IBlock) - Method in interface noppes.npcs.api.entity.IPlayer
-
Checks if the player can harvest the specified block.
- canLightningStrikeAt(int, int, int) - Method in interface noppes.npcs.api.IWorld
- canLightningStrikeAt(IPos) - Method in interface noppes.npcs.api.IWorld
- canMateWith(IAnimal) - Method in interface noppes.npcs.api.entity.IAnimal
-
Checks if this animal can mate with another animal.
- canPickUpLoot() - Method in interface noppes.npcs.api.entity.IEntityLiving
- canPlayerInteract(IPlayer) - Method in interface noppes.npcs.api.jobs.IJobItemGiver
- canSeeSky(int, int, int) - Method in interface noppes.npcs.api.IWorld
- canSeeSky(IPos) - Method in interface noppes.npcs.api.IWorld
- canSnowAt(int, int, int, boolean) - Method in interface noppes.npcs.api.IWorld
- canSnowAt(IPos, boolean) - Method in interface noppes.npcs.api.IWorld
- canSnowAtBody(int, int, int, boolean) - Method in interface noppes.npcs.api.IWorld
- canSnowAtBody(IPos, boolean) - Method in interface noppes.npcs.api.IWorld
- capturesDrops() - Method in interface noppes.npcs.api.entity.IEntity
- categories() - Method in interface noppes.npcs.api.handler.IDialogHandler
- categories() - Method in interface noppes.npcs.api.handler.IQuestHandler
- categories() - Method in interface noppes.npcs.api.handler.ITransportHandler
- causedByDeath() - Method in interface noppes.npcs.api.event.IPlayerEvent.EffectEvent.Removed
- chain() - Method in interface noppes.npcs.api.handler.IActionManager
- changeSlot(IPlayer, int) - Method in interface noppes.npcs.api.handler.IProfileHandler
- clear() - Method in interface noppes.npcs.api.gui.ICustomGui
-
Clears all components from the GUI.
- clear() - Method in interface noppes.npcs.api.handler.data.ILines
- clear() - Method in interface noppes.npcs.api.handler.data.IMagicData
-
Clears the Magics
- clear() - Method in interface noppes.npcs.api.handler.IActionManager
-
Remove every scheduled action immediately.
- clear() - Method in interface noppes.npcs.api.handler.IOverlayHandler
- clear() - Method in interface noppes.npcs.api.INbt
-
Completely clears the compound tag of all tags inside it.
- clear() - Method in interface noppes.npcs.api.ITimers
-
Removes all timers.
- clearBonusAttribute(String) - Method in interface noppes.npcs.api.entity.IDBCPlayer
-
Clears all bonus attributes for the specified stat.
- clearEffects(IPlayer) - Method in interface noppes.npcs.api.handler.ICustomEffectHandler
-
Clears all custom effects from the specified player.
- clearEffects(IPlayer, int) - Method in interface noppes.npcs.api.handler.ICustomEffectHandler
-
Clears all custom effects with the specified index from the player.
- clearFrames() - Method in interface noppes.npcs.api.handler.data.IAnimation
- clearImages() - Method in interface noppes.npcs.api.handler.data.IDialog
- clearInventory() - Method in interface noppes.npcs.api.entity.IPlayer
-
Clears the player's entire inventory, including main and armor slots.
- clearItemInUse() - Method in interface noppes.npcs.api.entity.IPlayer
-
Clears the currently in-use item.
- clearLeashed(boolean, boolean) - Method in interface noppes.npcs.api.entity.IEntityLiving
-
Clears the entity's leash.
- clearMap() - Method in class net.minecraft.util.math.IntHashMap
-
Removes all entries from the map
- clearNavigation() - Method in interface noppes.npcs.api.entity.IEntityLiving
-
Clears the current navigation path.
- clearParts() - Method in interface noppes.npcs.api.handler.data.IFrame
- clearPlayers() - Method in interface noppes.npcs.api.scoreboard.IScoreboardTeam
- clearPotionEffects() - Method in interface noppes.npcs.api.entity.IEntityLivingBase
-
Clears all active potion effects from the entity.
- clearStoredData() - Method in class noppes.npcs.api.AbstractNpcAPI
-
Remove all stored data
- clearStoredData() - Method in interface noppes.npcs.api.block.IBlockScripted
- clearStoredData() - Method in interface noppes.npcs.api.entity.IEntity
-
Clears all stored data.
- clearStoredData() - Method in interface noppes.npcs.api.IWorld
-
Deprecated.
- clearTempData() - Method in class noppes.npcs.api.AbstractNpcAPI
-
Removes all tempdata
- clearTempData() - Method in interface noppes.npcs.api.block.IBlockScripted
- clearTempData() - Method in interface noppes.npcs.api.entity.IEntity
-
Clears all temporary data.
- clearTempData() - Method in interface noppes.npcs.api.IWorld
-
Deprecated.
- closeGui() - Method in interface noppes.npcs.api.entity.IPlayer
-
Closes the currently open GUI for the player.
- closeOverlay(int) - Method in interface noppes.npcs.api.entity.IPlayer
-
Closes the custom overlay with the specified identifier.
- compare(IItemStack, boolean) - Method in interface noppes.npcs.api.item.IItemStack
-
Compares this item with another item, with an option to ignore NBT data.
- compare(IItemStack, boolean, boolean) - Method in interface noppes.npcs.api.item.IItemStack
-
Compares this item with another item, with options to ignore damage and/or NBT data.
- compareTo(Vec3i) - Method in class net.minecraft.util.Vec3i
- conqueredEnd() - Method in interface noppes.npcs.api.entity.IPlayer
-
Checks whether the player has conquered the End dimension.
- containsItem(int) - Method in class net.minecraft.util.math.IntHashMap
-
Returns true if this hash table contains the specified item.
- continueSounds() - Method in class noppes.npcs.api.AbstractNpcAPI
- continueSounds() - Method in interface noppes.npcs.api.entity.IPlayer
-
Resumes paused sounds for the player.
- continueSounds() - Method in interface noppes.npcs.api.IWorld
- copy() - Method in interface noppes.npcs.api.item.IItemStack
-
Creates a deep copy of this item stack.
- count(IItemStack, boolean, boolean) - Method in interface noppes.npcs.api.IContainer
- countEntities(IEntity) - Method in interface noppes.npcs.api.IWorld
- countPCPixelmon() - Method in interface noppes.npcs.api.IPixelmonPlayerData
- create() - Method in interface noppes.npcs.api.handler.data.IDialogCategory
- create() - Method in interface noppes.npcs.api.handler.data.IQuestCategory
- create(int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
- create(String) - Method in interface noppes.npcs.api.handler.IActionManager
- create(String, int) - Method in interface noppes.npcs.api.handler.IFactionHandler
- create(String, int) - Method in interface noppes.npcs.api.handler.ITagHandler
- create(String, int, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
-
Create a new action instance without immediately scheduling it.
- create(String, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
- create(String, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
- create(String, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
-
Schedule a conditional action that gives up after at most maxChecks attempts.
- create(String, Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>) - Method in interface noppes.npcs.api.handler.IActionManager
-
Schedule a conditional action that gives up after at most maxChecks attempts.
- create(String, Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
-
Schedule a conditional action that gives up after at most maxChecks attempts.
- create(Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
- create(Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
-
Schedule a conditional action that gives up after at most maxChecks attempts.
- create(Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>) - Method in interface noppes.npcs.api.handler.IActionManager
-
Schedule a conditional action that gives up after at most maxChecks attempts.
- create(Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
-
Schedule a conditional action that gives up after at most maxChecks attempts.
- createAnimation(String) - Method in class noppes.npcs.api.AbstractNpcAPI
- createAnimation(String, float, byte) - Method in class noppes.npcs.api.AbstractNpcAPI
- createCategory(String) - Method in interface noppes.npcs.api.handler.ITransportHandler
- createCustomGui(int, int, int, boolean) - Method in class noppes.npcs.api.AbstractNpcAPI
- createCustomOverlay(int) - Method in class noppes.npcs.api.AbstractNpcAPI
- createEffect(String) - Method in interface noppes.npcs.api.handler.ICustomEffectHandler
-
Creates a new custom effect with the specified name.
- createEntityParticle(String) - Method in class noppes.npcs.api.AbstractNpcAPI
-
Deprecated.
- createEntityParticle(String) - Method in interface noppes.npcs.api.IWorld
-
Deprecated.
- createFrame(int) - Method in class noppes.npcs.api.AbstractNpcAPI
- createFrame(int, float, byte) - Method in class noppes.npcs.api.AbstractNpcAPI
- createImage() - Method in interface noppes.npcs.api.handler.data.IDialog
- createItem(String, int, int) - Method in class noppes.npcs.api.AbstractNpcAPI
- createItem(String, int, int) - Method in interface noppes.npcs.api.IWorld
- createItemFromNBT(INbt) - Method in class noppes.npcs.api.AbstractNpcAPI
- createLine(String) - Method in interface noppes.npcs.api.handler.data.ILines
- createNPC(IWorld) - Method in class noppes.npcs.api.AbstractNpcAPI
- createPart(int) - Method in class noppes.npcs.api.AbstractNpcAPI
- createPart(int, float[], float[]) - Method in class noppes.npcs.api.AbstractNpcAPI
- createPart(int, float[], float[], float, byte) - Method in class noppes.npcs.api.AbstractNpcAPI
- createPart(String) - Method in class noppes.npcs.api.AbstractNpcAPI
- createPart(String, float[], float[]) - Method in class noppes.npcs.api.AbstractNpcAPI
- createPart(String, float[], float[], float, byte) - Method in class noppes.npcs.api.AbstractNpcAPI
- createParticle(String) - Method in class noppes.npcs.api.AbstractNpcAPI
- createParty(IPlayer) - Method in interface noppes.npcs.api.handler.IPartyHandler
- createSkinOverlay(String) - Method in class noppes.npcs.api.AbstractNpcAPI
- createSound(String) - Method in class noppes.npcs.api.AbstractNpcAPI
- createSpawn() - Method in interface noppes.npcs.api.handler.INaturalSpawnsHandler
- createStack() - Method in interface noppes.npcs.api.handler.data.ILinkedItem
- crossProduct(double, double, double) - Method in interface noppes.npcs.api.IPos
- crossProduct(Vec3i) - Method in class net.minecraft.util.math.BlockPos
-
Calculate the cross product of this and the given Vector
- crossProduct(Vec3i) - Method in class net.minecraft.util.Vec3i
-
Calculate the cross product of this and the given Vector
- crossProduct(IPos) - Method in interface noppes.npcs.api.IPos
- currentFrame() - Method in interface noppes.npcs.api.handler.data.IAnimation
- cycleProperty(IProperty<T>) - Method in interface net.minecraft.block.state.IBlockState
All Classes All Packages