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
I
- IAction - Interface in noppes.npcs.api.handler.data
-
Represents a single "task" that can be executed over multiple ticks, supports delayed start, limited duration, repeating intervals, data storage, and chaining to neighboring tasks.
- IActionChain - Interface in noppes.npcs.api.handler.data
- IActionManager - Interface in noppes.npcs.api.handler
-
Manages a queue of
IAction
instances, allowing scheduling of delayed, repeating, or conditional "tasks" for NPC scripting. - IAnimal<T extends net.minecraft.entity.passive.EntityAnimal> - Interface in noppes.npcs.api.entity
-
Represents an animal entity with additional behavior such as breeding, following, and mating.
- IAnimatable - Interface in noppes.npcs.api.entity
-
Represents an entity capable of playing animations.
- IAnimation - Interface in noppes.npcs.api.handler.data
- IAnimationData - Interface in noppes.npcs.api.handler.data
-
Holds and manages animation data for an animatable entity.
- IAnimationEvent - Interface in noppes.npcs.api.event
- IAnimationEvent.Ended - Interface in noppes.npcs.api.event
- IAnimationEvent.IFrameEvent - Interface in noppes.npcs.api.event
- IAnimationEvent.IFrameEvent.Entered - Interface in noppes.npcs.api.event
- IAnimationEvent.IFrameEvent.Exited - Interface in noppes.npcs.api.event
- IAnimationEvent.Started - Interface in noppes.npcs.api.event
- IAnimationHandler - Interface in noppes.npcs.api.handler
- IAnvilRecipe - Interface in noppes.npcs.api.handler.data
- IAttributeDefinition - Interface in noppes.npcs.api.handler.data
-
Defines the blueprint for an attribute.
- IAttributeHandler - Interface in noppes.npcs.api.handler
-
Handles registration and lookup of attribute definitions as well as retrieval of player attributes.
- IAvailability - Interface in noppes.npcs.api.handler.data
-
Defines the conditions that determine if certain NPC interactions (dialogs, quests, and faction requirements) are available to a player.
- IBlock - Interface in noppes.npcs.api
- IBlockEvent - Interface in noppes.npcs.api.event
- IBlockEvent.BreakEvent - Interface in noppes.npcs.api.event
- IBlockEvent.ClickedEvent - Interface in noppes.npcs.api.event
- IBlockEvent.CollidedEvent - Interface in noppes.npcs.api.event
- IBlockEvent.EntityFallenUponEvent - Interface in noppes.npcs.api.event
- IBlockEvent.ExplodedEvent - Interface in noppes.npcs.api.event
- IBlockEvent.HarvestedEvent - Interface in noppes.npcs.api.event
- IBlockEvent.InitEvent - Interface in noppes.npcs.api.event
- IBlockEvent.InteractEvent - Interface in noppes.npcs.api.event
- IBlockEvent.NeighborChangedEvent - Interface in noppes.npcs.api.event
- IBlockEvent.RainFillEvent - Interface in noppes.npcs.api.event
- IBlockEvent.RedstoneEvent - Interface in noppes.npcs.api.event
- IBlockEvent.TimerEvent - Interface in noppes.npcs.api.event
- IBlockEvent.UpdateEvent - Interface in noppes.npcs.api.event
- IBlockScripted - Interface in noppes.npcs.api.block
- IBlockState - Interface in net.minecraft.block.state
-
This code is owned by Minecraft
- IButton - Interface in noppes.npcs.api.gui
-
Represents a clickable button component in a custom GUI.
- ICloneHandler - Interface in noppes.npcs.api.handler
- ICommand - Interface in noppes.npcs.api
- IConditionalAction - Interface in noppes.npcs.api.handler.data.actions
- IContainer - Interface in noppes.npcs.api
- ICustomAttribute - Interface in noppes.npcs.api.handler.data
-
Represents an instance of a custom attribute.
- ICustomEffect - Interface in noppes.npcs.api.handler.data
- ICustomEffectHandler - Interface in noppes.npcs.api.handler
-
Handler interface for managing custom effects.
- ICustomGui - Interface in noppes.npcs.api.gui
-
Represents a custom graphical user interface (GUI) that can contain various components such as buttons, labels, text fields, item slots, etc.
- ICustomGuiComponent - Interface in noppes.npcs.api.gui
-
Base interface for all custom GUI components.
- ICustomGuiEvent - Interface in noppes.npcs.api.event
- ICustomGuiEvent.ButtonEvent - Interface in noppes.npcs.api.event
- ICustomGuiEvent.CloseEvent - Interface in noppes.npcs.api.event
- ICustomGuiEvent.ScrollEvent - Interface in noppes.npcs.api.event
- ICustomGuiEvent.SlotClickEvent - Interface in noppes.npcs.api.event
- ICustomGuiEvent.SlotEvent - Interface in noppes.npcs.api.event
- ICustomGuiEvent.UnfocusedEvent - Interface in noppes.npcs.api.event
- ICustomNpc<T extends net.minecraft.entity.EntityCreature> - Interface in noppes.npcs.api.entity
-
Represents a customizable NPC with a wide variety of properties such as appearance, behavior, combat, loot, and more.
- ICustomNPCsEvent - Interface in noppes.npcs.api.event
- ICustomNPCsEvent.CNPCNaturalSpawnEvent - Interface in noppes.npcs.api.event
- ICustomNPCsEvent.ScriptedCommandEvent - Interface in noppes.npcs.api.event
- ICustomOverlay - Interface in noppes.npcs.api.overlay
- ICustomOverlayComponent - Interface in noppes.npcs.api.overlay
- IDamageSource - Interface in noppes.npcs.api
- IDBCPlayer - Interface in noppes.npcs.api.entity
-
Extends IPlayer with additional methods specific to DBC (Dragon Ball C) players.
- IDialog - Interface in noppes.npcs.api.handler.data
- IDialogCategory - Interface in noppes.npcs.api.handler.data
- IDialogEvent - Interface in noppes.npcs.api.event
- IDialogEvent.DialogClosed - Interface in noppes.npcs.api.event
- IDialogEvent.DialogOpen - Interface in noppes.npcs.api.event
- IDialogEvent.DialogOption - Interface in noppes.npcs.api.event
- IDialogHandler - Interface in noppes.npcs.api.handler
- IDialogImage - Interface in noppes.npcs.api.handler.data
- IDialogOption - Interface in noppes.npcs.api.handler.data
- IEntity<T extends net.minecraft.entity.Entity> - Interface in noppes.npcs.api.entity
-
Represents a generic entity in the world.
- IEntityItem<T extends net.minecraft.entity.item.EntityItem> - Interface in noppes.npcs.api.entity
-
Represents an item entity in the world.
- IEntityLiving<T extends net.minecraft.entity.EntityLiving> - Interface in noppes.npcs.api.entity
-
Represents a living entity (mob, NPC, etc.) that extends the base living functionality.
- IEntityLivingBase<T extends net.minecraft.entity.EntityLivingBase> - Interface in noppes.npcs.api.entity
-
Represents a living entity (mob, NPC, etc.) with additional methods to manage health, damage, targeting, vision, potion effects, equipment, and various attributes.
- IFaction - Interface in noppes.npcs.api.handler.data
- IFactionEvent - Interface in noppes.npcs.api.event
- IFactionEvent.FactionPoints - Interface in noppes.npcs.api.event
- IFactionHandler - Interface in noppes.npcs.api.handler
- IForgeEvent - Interface in noppes.npcs.api.event
- IForgeEvent.EntityEvent - Interface in noppes.npcs.api.event
- IForgeEvent.InitEvent - Interface in noppes.npcs.api.event
- IForgeEvent.WorldEvent - Interface in noppes.npcs.api.event
- IFrame - Interface in noppes.npcs.api.handler.data
- IFramePart - Interface in noppes.npcs.api.handler.data
- IItemArmor - Interface in noppes.npcs.api.item
- IItemBlock - Interface in noppes.npcs.api.item
- IItemBook - Interface in noppes.npcs.api.item
- IItemCustom - Interface in noppes.npcs.api.item
- IItemCustomizable - Interface in noppes.npcs.api.item
- IItemEvent - Interface in noppes.npcs.api.event
- IItemEvent.AttackEvent - Interface in noppes.npcs.api.event
- IItemEvent.BreakItem - Interface in noppes.npcs.api.event
- IItemEvent.FinishUsingItem - Interface in noppes.npcs.api.event
- IItemEvent.InitEvent - Interface in noppes.npcs.api.event
- IItemEvent.InteractEvent - Interface in noppes.npcs.api.event
- IItemEvent.PickedUpEvent - Interface in noppes.npcs.api.event
- IItemEvent.RepairItem - Interface in noppes.npcs.api.event
- IItemEvent.RightClickEvent - Interface in noppes.npcs.api.event
- IItemEvent.SpawnEvent - Interface in noppes.npcs.api.event
- IItemEvent.StartUsingItem - Interface in noppes.npcs.api.event
- IItemEvent.StopUsingItem - Interface in noppes.npcs.api.event
- IItemEvent.TossedEvent - Interface in noppes.npcs.api.event
- IItemEvent.UpdateEvent - Interface in noppes.npcs.api.event
- IItemEvent.UsingItem - Interface in noppes.npcs.api.event
- IItemLinked - Interface in noppes.npcs.api.item
- IItemSlot - Interface in noppes.npcs.api.gui
-
Represents an item slot component in a custom GUI.
- IItemStack - Interface in noppes.npcs.api.item
-
Represents an item stack with extended functionality: enchantments, lore, and additional item data.
- IJob - Interface in noppes.npcs.api.jobs
- IJobBard - Interface in noppes.npcs.api.jobs
- IJobConversation - Interface in noppes.npcs.api.jobs
- IJobFollower - Interface in noppes.npcs.api.jobs
- IJobGuard - Interface in noppes.npcs.api.jobs
- IJobHealer - Interface in noppes.npcs.api.jobs
- IJobItemGiver - Interface in noppes.npcs.api.jobs
- IJobSpawner - Interface in noppes.npcs.api.jobs
- ILabel - Interface in noppes.npcs.api.gui
-
Represents a text label component in a custom GUI.
- ILine - Interface in noppes.npcs.api.gui
-
Represents a line component in a custom GUI.
- ILine - Interface in noppes.npcs.api.handler.data
- ILines - Interface in noppes.npcs.api.handler.data
- ILinkedItem - Interface in noppes.npcs.api.handler.data
- ILinkedItemEvent - Interface in noppes.npcs.api.event
- ILinkedItemEvent.BuildEvent - Interface in noppes.npcs.api.event
- ILinkedItemEvent.VersionChangeEvent - Interface in noppes.npcs.api.event
- IMagic - Interface in noppes.npcs.api.handler.data
-
Represents a magic element that can have interactions with other magics.
- IMagicCycle - Interface in noppes.npcs.api.handler.data
-
Represents a cycle (or category) grouping for magics.
- IMagicData - Interface in noppes.npcs.api.handler.data
- IMagicHandler - Interface in noppes.npcs.api.handler
-
Provides methods to access and modify magic and magic cycles.
- IMark - Interface in noppes.npcs.api.entity.data
-
Represents a mark that can be applied to an entity.
- IModelData - Interface in noppes.npcs.api.entity.data
-
Provides configuration data for a model including wearable settings, hidden parts, rotation, and scale.
- IModelRotate - Interface in noppes.npcs.api.entity.data
-
Represents the rotation configuration for a model.
- IModelRotatePart - Interface in noppes.npcs.api.entity.data
-
Represents the rotation settings for a specific part of a model.
- IModelScale - Interface in noppes.npcs.api.entity.data
-
Represents the scaling configuration for a model.
- IModelScalePart - Interface in noppes.npcs.api.entity.data
-
Represents the scale configuration for a specific part of a model.
- IMonster<T extends net.minecraft.entity.monster.EntityMob> - Interface in noppes.npcs.api.entity
-
Represents a monster entity.
- INaturalSpawn - Interface in noppes.npcs.api.handler.data
- INaturalSpawnsHandler - Interface in noppes.npcs.api.handler
- INbt - Interface in noppes.npcs.api
-
A scripted data representation of an MC NBTTagCompound object.
- inFire() - Method in interface noppes.npcs.api.entity.IEntity
- inLava() - Method in interface noppes.npcs.api.entity.IEntity
- INpcEvent - Interface in noppes.npcs.api.event
- INpcEvent.CollideEvent - Interface in noppes.npcs.api.event
- INpcEvent.DamagedEvent - Interface in noppes.npcs.api.event
- INpcEvent.DialogClosedEvent - Interface in noppes.npcs.api.event
- INpcEvent.DialogEvent - Interface in noppes.npcs.api.event
- INpcEvent.DiedEvent - Interface in noppes.npcs.api.event
- INpcEvent.InitEvent - Interface in noppes.npcs.api.event
- INpcEvent.InteractEvent - Interface in noppes.npcs.api.event
- INpcEvent.KilledEntityEvent - Interface in noppes.npcs.api.event
- INpcEvent.MeleeAttackEvent - Interface in noppes.npcs.api.event
- INpcEvent.RangedLaunchedEvent - Interface in noppes.npcs.api.event
- INpcEvent.SwingEvent - Interface in noppes.npcs.api.event
- INpcEvent.TargetEvent - Interface in noppes.npcs.api.event
- INpcEvent.TargetLostEvent - Interface in noppes.npcs.api.event
- INpcEvent.TimerEvent - Interface in noppes.npcs.api.event
- INpcEvent.UpdateEvent - Interface in noppes.npcs.api.event
- Instance() - Static method in class noppes.npcs.api.AbstractNpcAPI
- interact(IPlayer) - Method in interface noppes.npcs.api.entity.IAnimal
-
Called when a player interacts with the animal.
- interactWith(IEntity) - Method in interface noppes.npcs.api.entity.IPlayer
-
Interacts with the specified entity.
- IntHashMap<V> - Class in net.minecraft.util.math
- IntHashMap() - Constructor for class net.minecraft.util.math.IntHashMap
- invalidate() - Method in interface noppes.npcs.api.ITileEntity
-
Invalidates the tile entity.
- inventoryItemCount(IItemStack, boolean, boolean) - Method in interface noppes.npcs.api.entity.IPlayer
- inWater() - Method in interface noppes.npcs.api.entity.IEntity
- IOverlayHandler - Interface in noppes.npcs.api.handler
- IOverlayLabel - Interface in noppes.npcs.api.overlay
- IOverlayLine - Interface in noppes.npcs.api.overlay
- IOverlayTexturedRect - Interface in noppes.npcs.api.overlay
- IParticle - Interface in noppes.npcs.api
-
A particle that can be spawned in the world, complete with translation, scale, rotate, and color transformations.
- IParty - Interface in noppes.npcs.api.handler.data
- IPartyEvent - Interface in noppes.npcs.api.event
- IPartyEvent.PartyDisbandEvent - Interface in noppes.npcs.api.event
- IPartyEvent.PartyInviteEvent - Interface in noppes.npcs.api.event
- IPartyEvent.PartyKickEvent - Interface in noppes.npcs.api.event
- IPartyEvent.PartyLeaveEvent - Interface in noppes.npcs.api.event
- IPartyEvent.PartyQuestCompletedEvent - Interface in noppes.npcs.api.event
- IPartyEvent.PartyQuestSetEvent - Interface in noppes.npcs.api.event
- IPartyEvent.PartyQuestTurnedInEvent - Interface in noppes.npcs.api.event
- IPartyHandler - Interface in noppes.npcs.api.handler
- IPartyOptions - Interface in noppes.npcs.api.handler.data
- IPixelmon<T extends net.minecraft.entity.passive.EntityTameable> - Interface in noppes.npcs.api.entity
-
Represents a Pixelmon (a tameable creature) with additional attributes such as shiny state, level, IV/EV values, nature, moves, and more.
- IPixelmonPlayerData - Interface in noppes.npcs.api
- IPlayer<T extends net.minecraft.entity.player.EntityPlayerMP> - Interface in noppes.npcs.api.entity
-
Represents a player in the game with methods for managing dialogs, quests, inventory, sound, and more.
- IPlayerAttributes - Interface in noppes.npcs.api.handler.data
-
Represents a collection of a player's custom attributes.
- IPlayerBankData - Interface in noppes.npcs.api.handler
- IPlayerData - Interface in noppes.npcs.api.handler
- IPlayerDialogData - Interface in noppes.npcs.api.handler
- IPlayerEffect - Interface in noppes.npcs.api.handler.data
- IPlayerEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.AchievementEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.AttackedEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.AttackEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.BonemealEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.BreakEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.ChangedDimension - Interface in noppes.npcs.api.event
- IPlayerEvent.ChatEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.ContainerClosed - Interface in noppes.npcs.api.event
- IPlayerEvent.ContainerOpen - Interface in noppes.npcs.api.event
- IPlayerEvent.DamagedEntityEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.DamagedEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.DiedEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.DropEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.EffectEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.EffectEvent.Added - Interface in noppes.npcs.api.event
- IPlayerEvent.EffectEvent.Removed - Interface in noppes.npcs.api.event
- IPlayerEvent.EffectEvent.Ticked - Interface in noppes.npcs.api.event
- IPlayerEvent.FallEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.FillBucketEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.FinishUsingItem - Interface in noppes.npcs.api.event
- IPlayerEvent.InitEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.InteractEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.JumpEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.KeyPressedEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.KilledEntityEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.LevelUpEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.LightningEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.LoginEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.LogoutEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.MouseClickedEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.PickUpEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.PickupXPEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.ProfileEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.ProfileEvent.Changed - Interface in noppes.npcs.api.event
- IPlayerEvent.ProfileEvent.Create - Interface in noppes.npcs.api.event
- IPlayerEvent.ProfileEvent.Removed - Interface in noppes.npcs.api.event
- IPlayerEvent.RangedChargeEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.RangedLaunchedEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.RespawnEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.SleepEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.SoundEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.StartUsingItem - Interface in noppes.npcs.api.event
- IPlayerEvent.StopUsingItem - Interface in noppes.npcs.api.event
- IPlayerEvent.TimerEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.TossEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.UpdateEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.UseHoeEvent - Interface in noppes.npcs.api.event
- IPlayerEvent.UsingItem - Interface in noppes.npcs.api.event
- IPlayerEvent.WakeUpEvent - Interface in noppes.npcs.api.event
- IPlayerFactionData - Interface in noppes.npcs.api.handler
- IPlayerItemGiverData - Interface in noppes.npcs.api.handler
- IPlayerMail - Interface in noppes.npcs.api.handler.data
- IPlayerMailData - Interface in noppes.npcs.api.handler
- IPlayerQuestData - Interface in noppes.npcs.api.handler
- IPlayerTransportData - Interface in noppes.npcs.api.handler
- IPos - Interface in noppes.npcs.api
- IProfile - Interface in noppes.npcs.api.handler.data
- IProfileHandler - Interface in noppes.npcs.api.handler
- IProfileOptions - Interface in noppes.npcs.api.handler.data
- IProjectile - Interface in noppes.npcs.api.entity
-
Represents a projectile entity.
- IProjectileEvent - Interface in noppes.npcs.api.event
- IProjectileEvent.ImpactEvent - Interface in noppes.npcs.api.event
- IProjectileEvent.UpdateEvent - Interface in noppes.npcs.api.event
- IProperty<T extends java.lang.Comparable<T>> - Interface in net.minecraft.block.properties
-
This code is owned by Minecraft
- IQuest - Interface in noppes.npcs.api.handler.data
- IQuestCategory - Interface in noppes.npcs.api.handler.data
- IQuestDialog - Interface in noppes.npcs.api.handler.data
- IQuestEvent - Interface in noppes.npcs.api.event
- IQuestEvent.QuestCompletedEvent - Interface in noppes.npcs.api.event
- IQuestEvent.QuestStartEvent - Interface in noppes.npcs.api.event
- IQuestEvent.QuestTurnedInEvent - Interface in noppes.npcs.api.event
- IQuestHandler - Interface in noppes.npcs.api.handler
- IQuestInterface - Interface in noppes.npcs.api.handler.data
- IQuestItem - Interface in noppes.npcs.api.handler.data
- IQuestKill - Interface in noppes.npcs.api.handler.data
- IQuestLocation - Interface in noppes.npcs.api.handler.data
- IQuestObjective - Interface in noppes.npcs.api.handler.data
- IRecipe - Interface in noppes.npcs.api.handler.data
- IRecipeHandler - Interface in noppes.npcs.api.handler
- IRole - Interface in noppes.npcs.api.roles
- IRoleBank - Interface in noppes.npcs.api.roles
- IRoleFollower - Interface in noppes.npcs.api.roles
- IRoleMailman - Interface in noppes.npcs.api.roles
- IRoleTrader - Interface in noppes.npcs.api.roles
- IRoleTransporter - Interface in noppes.npcs.api.roles
- isActive() - Method in interface noppes.npcs.api.handler.data.IAnimationData
-
Checks whether the current animation is active.
- isAggressiveToNpc(ICustomNpc) - Method in interface noppes.npcs.api.handler.data.IFaction
- isAir() - Method in interface noppes.npcs.api.IBlock
- isAirborne() - Method in interface noppes.npcs.api.entity.IEntity
- isAlive() - Method in interface noppes.npcs.api.entity.IEntity
- isAllowParty() - Method in interface noppes.npcs.api.handler.data.IPartyOptions
- isAltPressed() - Method in interface noppes.npcs.api.event.IPlayerEvent.KeyPressedEvent
- isAltPressed() - Method in interface noppes.npcs.api.event.IPlayerEvent.MouseClickedEvent
- isAttacking() - Method in interface noppes.npcs.api.entity.IEntityLivingBase
- isAvailable(IPlayer) - Method in interface noppes.npcs.api.handler.data.IAvailability
-
Determines whether all availability conditions are met for the given player.
- IsAvailable() - Static method in class noppes.npcs.api.AbstractNpcAPI
- isBlock() - Method in interface noppes.npcs.api.item.IItemStack
- isBlockFreezable(int, int, int) - Method in interface noppes.npcs.api.IWorld
- isBlockFreezable(IPos) - Method in interface noppes.npcs.api.IWorld
- isBlockFreezableNaturally(int, int, int) - Method in interface noppes.npcs.api.IWorld
- isBlockFreezableNaturally(IPos) - Method in interface noppes.npcs.api.IWorld
- isBlockFullCube(int, int, int) - Method in interface noppes.npcs.api.IWorld
- isBlockFullCube(IPos) - Method in interface noppes.npcs.api.IWorld
- isBlockHighHumidity(int, int, int) - Method in interface noppes.npcs.api.IWorld
- isBlockHighHumidity(IPos) - Method in interface noppes.npcs.api.IWorld
- isBlocking() - Method in interface noppes.npcs.api.entity.IDBCPlayer
-
Checks if the player is blocking.
- isBreakCancelled(int, int, int) - Method in interface noppes.npcs.api.IWorld
- isBreakCancelled(IPos) - Method in interface noppes.npcs.api.IWorld
- isBreedingItem(IItemStack) - Method in interface noppes.npcs.api.entity.IAnimal
-
Checks whether the specified item can be used to breed this animal.
- isBurning() - Method in interface noppes.npcs.api.entity.IEntity
- isChild() - Method in interface noppes.npcs.api.entity.IEntityLivingBase
- isClientAnimating() - Method in interface noppes.npcs.api.handler.data.IAnimationData
-
Checks whether the client is currently animating.
- isCompleted() - Method in interface noppes.npcs.api.handler.data.IQuestObjective
- isContainer() - Method in interface noppes.npcs.api.IBlock
- IScoreboard - Interface in noppes.npcs.api.scoreboard
- IScoreboardObjective - Interface in noppes.npcs.api.scoreboard
- IScoreboardTeam - Interface in noppes.npcs.api.scoreboard
- IScreenSize - Interface in noppes.npcs.api
- IScroll - Interface in noppes.npcs.api.gui
-
Represents a scrollable list component in a custom GUI.
- isCtrlPressed() - Method in interface noppes.npcs.api.event.IPlayerEvent.KeyPressedEvent
- isCtrlPressed() - Method in interface noppes.npcs.api.event.IPlayerEvent.MouseClickedEvent
- isCustomGUI() - Method in interface noppes.npcs.api.IContainer
- isCustomized() - Method in interface noppes.npcs.api.handler.data.IFrame
- isCustomized() - Method in interface noppes.npcs.api.handler.data.IFramePart
- isDay() - Method in interface noppes.npcs.api.IWorld
- isDone() - Method in interface noppes.npcs.api.handler.data.IAction
- isEmpty() - Method in interface noppes.npcs.api.handler.data.ILines
- isEmpty() - Method in interface noppes.npcs.api.handler.data.IMagicData
- isEmpty() - Method in interface noppes.npcs.api.jobs.IJobSpawner
- isEnabled() - Method in interface noppes.npcs.api.gui.IButton
-
Checks if the button is enabled.
- isEnchanted() - Method in interface noppes.npcs.api.item.IItemStack
- isEnemyFaction(IFaction) - Method in interface noppes.npcs.api.handler.data.IFaction
- isEqual(INbt) - Method in interface noppes.npcs.api.INbt
- isFlyHeightLimited(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
-
Checks if flying height is limited.
- isFollowing() - Method in interface noppes.npcs.api.jobs.IJobFollower
- isFollowing() - Method in interface noppes.npcs.api.roles.IRoleFollower
- isGlobal() - Method in interface noppes.npcs.api.handler.data.IRecipe
- isHardcore() - Method in class noppes.npcs.api.AbstractNpcAPI
- isInLove() - Method in interface noppes.npcs.api.entity.IAnimal
-
Checks if the animal is currently in a "love" state, indicating readiness to mate.
- isInvalid() - Method in interface noppes.npcs.api.ITileEntity
- ISkinOverlay - Interface in noppes.npcs.api
-
A skin overlay object for both NPCs and players.
- isLossOnDeath() - Method in interface noppes.npcs.api.handler.data.ICustomEffect
- ISlot - Interface in noppes.npcs.api.handler.data
- isMetaPressed() - Method in interface noppes.npcs.api.event.IPlayerEvent.KeyPressedEvent
- isMetaPressed() - Method in interface noppes.npcs.api.event.IPlayerEvent.MouseClickedEvent
- isMultiSelect() - Method in interface noppes.npcs.api.gui.IScroll
-
Checks whether multiple selections are allowed.
- isNavigating() - Method in interface noppes.npcs.api.entity.IEntityLiving
-
Checks if the entity is currently navigating (pathfinding).
- isNormalItem() - Method in interface noppes.npcs.api.handler.data.ILinkedItem
- isNormalItem() - Method in interface noppes.npcs.api.item.IItemCustomizable
-
Checks if the scripted item is a normal item.
- isOnCooldown(IPlayer<EntityPlayerMP>) - Method in interface noppes.npcs.api.jobs.IJobSpawner
- isOnLadder() - Method in interface noppes.npcs.api.entity.IEntityLivingBase
- isOnlyParty() - Method in interface noppes.npcs.api.handler.data.IPartyOptions
- ISound - Interface in noppes.npcs.api.handler.data
- isPassive() - Method in interface noppes.npcs.api.handler.data.IFaction
- isPersistent() - Method in interface noppes.npcs.api.entity.IEntityLiving
- isPlaceCancelled(int, int, int) - Method in interface noppes.npcs.api.IWorld
- isPlaceCancelled(IPos) - Method in interface noppes.npcs.api.IWorld
- isPlayerNotUsingContainer(IPlayer) - Method in interface noppes.npcs.api.IContainer
- isPost() - Method in interface noppes.npcs.api.event.IPlayerEvent.ProfileEvent
- isProjectile() - Method in interface noppes.npcs.api.IDamageSource
- isRaining() - Method in interface noppes.npcs.api.IWorld
- isReadyOnly() - Method in interface noppes.npcs.api.scoreboard.IScoreboardObjective
- isScriptingDev() - Method in interface noppes.npcs.api.entity.IPlayer
-
Checks if the player is flagged as a scripting developer.
- isShiftPressed() - Method in interface noppes.npcs.api.event.IPlayerEvent.KeyPressedEvent
- isShiftPressed() - Method in interface noppes.npcs.api.event.IPlayerEvent.MouseClickedEvent
- isSlotEnabled(int) - Method in interface noppes.npcs.api.roles.IRoleTrader
- isSlotEnabled(int, IPlayer) - Method in interface noppes.npcs.api.roles.IRoleTrader
- isSmooth() - Method in interface noppes.npcs.api.handler.data.IAnimation
- isSmooth() - Method in interface noppes.npcs.api.handler.data.IFramePart
- isSneaking() - Method in interface noppes.npcs.api.entity.IEntity
- isSoulStoneInit() - Method in interface noppes.npcs.api.entity.ICustomNpc
-
Returns whether the NPC has been initialized after a soul stone spawn.
- isSprinting() - Method in interface noppes.npcs.api.entity.IEntity
- isTemporary() - Method in interface noppes.npcs.api.handler.data.ISlot
- isTool() - Method in interface noppes.npcs.api.handler.data.ILinkedItem
- isTool() - Method in interface noppes.npcs.api.item.IItemCustomizable
-
Checks if the scripted item is a tool.
- isUnblockable() - Method in interface noppes.npcs.api.IDamageSource
- isVisibleTo(IPlayer) - Method in interface noppes.npcs.api.entity.ICustomNpc
-
Checks if the NPC is visible to a specific player.
- isWrittenBook() - Method in interface noppes.npcs.api.item.IItemStack
- ITag - Interface in noppes.npcs.api.handler.data
- ITagHandler - Interface in noppes.npcs.api.handler
- itemHash() - Method in interface noppes.npcs.api.item.IItemStack
-
Returns a hash value for the item.
- ITextField - Interface in noppes.npcs.api.gui
-
Represents a text field component in a custom GUI.
- ITextPlane - Interface in noppes.npcs.api.block
- ITexturedRect - Interface in noppes.npcs.api.gui
-
Represents a textured rectangle component in a custom GUI.
- ITileEntity - Interface in noppes.npcs.api
- ITimers - Interface in noppes.npcs.api
- ITransportCategory - Interface in noppes.npcs.api.handler.data
- ITransportHandler - Interface in noppes.npcs.api.handler
- ITransportLocation - Interface in noppes.npcs.api.handler.data
- IVillager<T extends net.minecraft.entity.passive.EntityVillager> - Interface in noppes.npcs.api.entity
-
Represents a villager entity with additional trading-related methods.
- IWorld - Interface in noppes.npcs.api
All Classes All Packages