Index

A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abandonConversation(Conversation) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
abandonConversation(Conversation) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
abandonConversation(Conversation, ConversationAbandonedEvent) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
abandonConversation(Conversation, ConversationAbandonedEvent) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
AbstractFurnaceMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Furnace.
AbstractFurnaceMock(AbstractFurnaceMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
Constructs a new AbstractFurnaceMock by cloning the data from an existing one.
AbstractFurnaceMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
Constructs a new AbstractFurnaceMock for the provided Block.
AbstractFurnaceMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
Constructs a new AbstractFurnaceMock for the provided Material.
AbstractHorseInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an AbstractHorseInventory.
AbstractHorseInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.AbstractHorseInventoryMock
Constructs a new AbstractHorseInventoryMock for the given holder.
AbstractHorseMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an AbstractHorse.
AbstractHorseMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
Constructs a new AbstractHorseMock on the provided ServerMock with a specified UUID.
AbstractProjectileMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Projectile.
AbstractProjectileMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AbstractProjectileMock
Constructs a new AbstractProjectileMock on the provided ServerMock with a specified UUID.
AbstractSkeletonMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an AbstractSkeleton.
AbstractSkeletonMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
Constructs a new AbstractSkeletonMock on the provided ServerMock with a specified UUID.
acceptConversationInput(String) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
acceptConversationInput(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
activeBossBars() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
ActivePotionEffect - Class in be.seeseemelk.mockbukkit.potion
This class represents an active PotionEffect which was applied to a LivingEntity.
ActivePotionEffect(PotionEffect) - Constructor for class be.seeseemelk.mockbukkit.potion.ActivePotionEffect
Constructs a new ActivePotionEffect with the provided PotionEffect.
add(ConfiguredPluginClassLoader) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginClassLoaderGroup
 
addAdditionalChatCompletions(Collection<String>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
addAttachment(Plugin) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
addAttachment(Plugin) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
addAttachment(Plugin, int) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
addAttachment(Plugin, int) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
addAttachment(Plugin, String, boolean) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
addAttachment(Plugin, String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
addAttachment(Plugin, String, boolean, int) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
addAttachment(Plugin, String, boolean, int) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
addAttributeModifier(Attribute, AttributeModifier) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
addAttributeModifier(Attribute, AttributeModifier) - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
Adds an attribute modifier to this potion effect type.
addBan(PlayerProfile, String, Duration, String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
addBan(PlayerProfile, String, Instant, String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
addBan(PlayerProfile, String, Date, String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
addBan(String, String, Date, String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
addBan(String, String, Date, String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
Deprecated.
addBan(InetAddress, String, Duration, String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
addBan(InetAddress, String, Instant, String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
addBan(InetAddress, String, Date, String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
addBan(PlayerProfile, String, Duration, String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
addBan(PlayerProfile, String, Instant, String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
addBan(PlayerProfile, String, Date, String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
Deprecated.
addChargedProjectile(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
 
addCommandsFrom(Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Add commands from a certain plugin to the internal list of commands.
addCustomChatCompletions(Collection<String>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
addCustomEffect(PotionEffect, boolean) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
addCustomEffect(PotionEffect, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
addCustomEffect(PotionEffect, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
addDisabledSlots(EquipmentSlot...) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
addEffect(FireworkEffect) - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
addEffects(Iterable<FireworkEffect>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
addEffects(FireworkEffect...) - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
addEnchant(Enchantment, int, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
addEntities(Collection<Entity>) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
addEntity(Bee) - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
addEntity(Entity) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
addEntries(Collection<String>) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
addEntry(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
addEquipmentLock(EquipmentSlot, ArmorStand.LockType) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
addFlag(BarFlag) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
addHeardSound(AudioExperience) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
addHeardSound(AudioExperience) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Adds a heard sound.
addItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Adds a single item to the inventory.
addItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
 
addItem(ItemStack...) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
addItemFlags(ItemFlag...) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
addModifier(AttributeModifier) - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
addOfflinePlayer(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Adds an offline player to the offline players set.
addOnCancelled(Runnable) - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Adds a callback which is executed when the task is cancelled.
addOperator(UUID) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Adds a Player to the list of known Operators.
addPage(String...) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
Deprecated.
addPages(Component...) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
addPassenger(Entity) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
addPattern(Pattern) - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
addPattern(Pattern) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
addPermission(Permission) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
addPermission(Permission) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
addPermissions(List<Permission>) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
addPlayer() - Method in class be.seeseemelk.mockbukkit.ServerMock
Creates a random player and adds it.
addPlayer(PlayerMock) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Marks a player as on the server, and sets related data like hasPlayedBefore and lastLogin.
addPlayer(PlayerMock) - Method in class be.seeseemelk.mockbukkit.ServerMock
Add a specific player to the set.
addPlayer(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Creates a player with a given name and adds it.
addPlayer(Player) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
addPlayer(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
Deprecated.
addPluginChunkTicket(int, int, Plugin) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
addPluginChunkTicket(Plugin) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
addPotionEffect(PotionEffect) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
addPotionEffect(PotionEffect, boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
Deprecated.
addPotionEffects(Collection<PotionEffect>) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
addRecipe(NamespacedKey...) - Method in class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
 
addRecipe(Recipe, boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
addRecipe(Recipe) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
addRenderer(MapRenderer) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
addScoreboardTag(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
addSimpleWorld(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Adds a very simple super flat world with a given name.
addStoredEnchant(Enchantment, int, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
addTagRegistry(TagRegistry) - Method in class be.seeseemelk.mockbukkit.ServerMock
Adds a tag registry.
addTopic(HelpTopic) - Method in class be.seeseemelk.mockbukkit.help.HelpMapMock
 
addTransientModifier(AttributeModifier) - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
addViewer(HumanEntity) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Adds a viewer to this inventory.
addViewers(List<HumanEntity>) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Adds the given viewers to this inventory.
addViewers(HumanEntity...) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Adds the given viewers to this inventory.
addWorld(WorldMock) - Method in class be.seeseemelk.mockbukkit.ServerMock
Adds the given mocked world to this server.
advancementIterator() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
AdventureConverters - Class in be.seeseemelk.mockbukkit.util
 
afterEach(ExtensionContext) - Method in class be.seeseemelk.mockbukkit.MockBukkitExtension
 
AgeableMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Ageable.
AgeableMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AgeableMock
Constructs a new AgeableMock on the provided ServerMock with a specified UUID.
alive - Variable in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
Whether the entity is alive.
all(Material) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
all(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
AllayMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Allay.
AllayMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AllayMock
Constructs a new AgeableMock on the provided ServerMock with a specified UUID.
allowFriendlyFire() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
AmbientMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Ambient.
AmbientMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AmbientMock
Constructs a new AmbientMock on the provided ServerMock with a specified UUID.
AmethystClusterMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of AmethystCluster.
AmethystClusterMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.AmethystClusterMock
Constructs a new BedMock for the provided Material.
AMPLIFIED - Enum constant in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Amplified.
ANGRY - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is angry (Enderman)
AnimalsMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Animals.
AnimalsMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AnimalsMock
Constructs a new Animal on the provided ServerMock with a specified UUID.
AnvilInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an AnvilInventory.
AnvilInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
Constructs a new AnvilInventoryMock for the given holder.
applyBoneMeal(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
applyMending(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
AreaEffectCloudMock - Class in be.seeseemelk.mockbukkit.entity
 
AreaEffectCloudMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
Constructs a new AreaEffectCloudMock on the provided ServerMock with a specified UUID.
ArmorStandMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an ArmorStandMeta.
ArmorStandMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
Constructs a new ArmorStandMetaMock.
ArmorStandMetaMock(ArmorStandMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
Constructs a new ArmorStandMetaMock, cloning the data from another.
ArmorStandMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an ArmorStand.
ArmorStandMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Constructs a new ArmorStandMock on the provided ServerMock with a specified UUID.
asHoverEvent() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
asHoverEvent(ItemStack, UnaryOperator<HoverEvent.ShowItem>) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
asMetaFor(ItemMeta, ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
asMetaFor(ItemMeta, Material) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
assertAggressiveAttack(LivingEntity, float) - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
Asserts that the given entity was attacked by this Skeleton with the given charge and is agressive.
assertAgressiveAttack(LivingEntity, float) - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
Deprecated, for removal: This API element is subject to removal in a future version.
assertAgressiveAttack(LivingEntity, float) - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
Asserts that the given entity was attacked by this llama with the given charge and is agressive.
assertAttacked(LivingEntity, float) - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
Asserts that the given entity was attacked by this Skeleton with the given charge.
assertAttacked(LivingEntity, float) - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
Asserts that the given entity was attacked by this llama with the given charge.
assertComponentLore(List<Component>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
Asserts if the lore contains the given lines in order.
assertContainsAny(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Asserts that the inventory contains at least one itemstack that is compatible with the given itemstack.
assertContainsAtLeast(ItemStack, int) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Asserts that the inventory contains at least a specific amount of items that are compatible with the given itemstack.
assertCurrentItem(Material) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
Asserts that the Allay uses the given Material to pick up an ItemStack from the ground.
assertCurrentItem(Material, String) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
Asserts that the Allay uses the given Material to pick up an ItemStack from the ground.
assertEntityRammed(LivingEntity) - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
Asserts that the goat attacked the given entity.
assertEventFired(Class<? extends Event>) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Asserts that a specific event or one of it's sub-events has been fired at least once.
assertEventFired(Class<T>, Predicate<T>) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Asserts that there is at least one event of a certain class for which the predicate is true.
assertEventFired(Predicate<Event>) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Asserts that at least one event conforms to the given predicate.
assertEventFired(String, Class<T>, Predicate<T>) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Asserts that there is at least one event of a certain class for which the predicate is true.
assertEventFired(String, Predicate<Event>) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Asserts that at least one event conforms to the given predicate.
assertEventNotFired(Class<? extends Event>) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Asserts that a specific event or one of it's sub-event has not been fired.
assertEventNotFired(Class<? extends Event>, String) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Asserts that a specific event or one of it's sub-event has not been fired.
assertFailed() - Method in class be.seeseemelk.mockbukkit.command.CommandResult
Asserts if the returned code of the executed command is not false.
assertGameMode(GameMode) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
Assert that the player is in a specific gamemode.
assertHasBlock() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
Asserts that this Enderman is holding a block.
assertHasNoLore() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
Asserts that the item meta contains no lore.
assertInventoryContains(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
Asserts that the Allay's inventory contains an item.
assertInventoryContains(ItemStack, String) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
Asserts that the Allay's inventory contains an item.
assertInventoryView(String, InventoryType) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
This method is an assertion for the currently open InventoryView for this Player.
assertInventoryView(String, InventoryType, Predicate<Inventory>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
This method is an assertion for the currently open InventoryView for this Player.
assertInventoryView(InventoryType) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
This method is an assertion for the currently open InventoryView for this Player.
assertInventoryView(InventoryType, Predicate<Inventory>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
This method is an assertion for the currently open InventoryView for this Player.
assertItemConsumed(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Asserts a Player has consumed the given Item
assertLocation(Location, double) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Assert that the actual location of the player is within a certain distance to a given location.
assertLore(List<String>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
Asserts if the lore contains the given lines in order.
assertLore(String...) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
Asserts if the lore contains the given lines in order.
assertNoMoreSaid() - Method in interface be.seeseemelk.mockbukkit.command.MessageTarget
Asserts that more messages were received by the message target.
assertNoOverdueTasks() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Asserts that there were no overdue tasks from BukkitSchedulerMock.saveOverdueTasks().
assertNoResponse() - Method in class be.seeseemelk.mockbukkit.command.CommandResult
Asserts if more messages have been sent to the command sender.
assertNotTeleported() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Assert that the player hasn't teleported.
assertRegistered(HelpTopicFactory<?>) - Method in class be.seeseemelk.mockbukkit.help.HelpMapMock
Asserts that a HelpTopicFactory is registered.
assertResponse(String, Object...) - Method in class be.seeseemelk.mockbukkit.command.CommandResult
Asserts if a given formatted message was not the next message sent to the command sender.
assertResponse(String) - Method in class be.seeseemelk.mockbukkit.command.CommandResult
Assets if the given message was not the next message send to the command sender.
assertSaid(String) - Method in interface be.seeseemelk.mockbukkit.command.MessageTarget
Asserts that a specific message was not received next by the message target.
assertSaid(Component) - Method in interface be.seeseemelk.mockbukkit.command.MessageTarget
Asserts that a specific message was not received next by the message target.
assertSoundHeard(String) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Assert that a sound key has been played for this sound receiver.
assertSoundHeard(String, String) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSoundHeard(String, String, Predicate<AudioExperience>) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSoundHeard(String, Predicate<AudioExperience>) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSoundHeard(String, Sound) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSoundHeard(String, Sound, Predicate<AudioExperience>) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSoundHeard(String, Sound) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSoundHeard(String, Sound, Predicate<AudioExperience>) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSoundHeard(Sound) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Assert that a sound with a given source, volume and pitch have been played for this sound receiver.
assertSoundHeard(Sound, Predicate<AudioExperience>) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSoundHeard(Sound) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Assert that a sound type has been played for this sound receiver.
assertSoundHeard(Sound, Predicate<AudioExperience>) - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Asserts that a sound was heard.
assertSucceeded() - Method in class be.seeseemelk.mockbukkit.command.CommandResult
Asserts if the returned code of the executed command is not true.
assertTeleported(Location, double) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Assert that the player teleported to a certain location within a certain distance to a given location.
assertTrueForAll(Predicate<ItemStack>) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Asserts that a certain condition is true for all items, even nulls, in this inventory.
assertTrueForNonNulls(Predicate<ItemStack>) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Assets that a certain condition is true for all items in this inventory that aren't null.
assertTrueForSome(Predicate<ItemStack>) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Asserts that a certain condition is true for at least one item in this inventory.
assertType(Material) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
Assets that the material type of the block is equal to a given type.
AsyncCatcher - Class in be.seeseemelk.mockbukkit
A class used to prevent synchronous-only methods from being run asynchronously.
AsyncTaskException - Exception in be.seeseemelk.mockbukkit.scheduler
Thrown when an asynchronous task throws an exception.
AsyncTaskException(Exception) - Constructor for exception be.seeseemelk.mockbukkit.scheduler.AsyncTaskException
Constructs a new AsyncTaskException with the specified cause and a detail message of (cause==null ? null : cause.toString())
attack(Entity) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
attack(Entity) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
AttributeInstanceMock - Class in be.seeseemelk.mockbukkit.attribute
Mock implementation of AttributeInstance.
AttributeInstanceMock(Attribute, double) - Constructor for class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
Constructs a new AttributeInstanceMock for the provided Attribute and with the specified value.
attributes - Variable in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
The attributes this entity has.
AttributesMock - Class in be.seeseemelk.mockbukkit.attribute
Mocks the net.minecraft.world.entity.ai.attributes.Attributes class with the default Attribute values.
audiences() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
AudioExperience - Class in be.seeseemelk.mockbukkit.sound
This class represents a Sound that was heard by a Player.
AudioExperience(String, SoundCategory, Location, float, float) - Constructor for class be.seeseemelk.mockbukkit.sound.AudioExperience
Constructs a new AudioExperience with the provided parameters.
AudioExperience(Sound, Location) - Constructor for class be.seeseemelk.mockbukkit.sound.AudioExperience
Constructs a new AudioExperience with the provided sound and location.
AudioExperience(Sound, SoundCategory, Location, float, float) - Constructor for class be.seeseemelk.mockbukkit.sound.AudioExperience
Constructs a new AudioExperience with the provided parameters.
author() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
author(Component) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
AxolotlBucketMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an AxolotlBucketMeta.
AxolotlBucketMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.AxolotlBucketMetaMock
Constructs a new AxolotlBucketMetaMock.
AxolotlBucketMetaMock(AxolotlBucketMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.AxolotlBucketMetaMock
Constructs a new AxolotlBucketMetaMock, cloning the data from another.
AxolotlMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Axolotl.
AxolotlMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.AxolotlMock
Constructs a new AxolotlMock on the provided ServerMock with a specified UUID.

B

BABY - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntitySubType
Baby
ban(String, Duration, String) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
ban(String, Duration, String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
ban(String, Duration, String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
ban(String, Instant, String) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
ban(String, Instant, String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
ban(String, Instant, String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
ban(String, Date, String) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
ban(String, Date, String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
ban(String, Date, String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
banIp(String, Duration, String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
banIp(String, Instant, String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
banIp(String, Date, String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
banIP(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
banIP(InetAddress) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
BannerMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an BannerMeta.
BannerMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
Constructs a new BannerMetaMock.
BannerMetaMock(BannerMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
Constructs a new BannerMetaMock, cloning the data from another.
BannerMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Banner.
BannerMock(BannerMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BannerMock
Constructs a new BannerMock by cloning the data from an existing one.
BannerMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BannerMock
Constructs a new BannerMock for the provided Block.
BannerMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BannerMock
Constructs a new BannerMock for the provided Material.
BarrelInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a Barrel InventoryType.
BarrelInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.BarrelInventoryMock
Constructs a new BarrelInventoryMock for the given holder.
BarrelMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Barrel.
BarrelMock(BarrelMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BarrelMock
Constructs a new BarrelMock by cloning the data from an existing one.
BarrelMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BarrelMock
Constructs a new BarrelMock for the provided Block.
BarrelMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BarrelMock
Constructs a new BarrelMock for the provided Material.
BatMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Bat.
BatMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.BatMock
Constructs a new BatMock on the provided ServerMock with a specified UUID.
be.seeseemelk.mockbukkit - package be.seeseemelk.mockbukkit
 
be.seeseemelk.mockbukkit.adventure - package be.seeseemelk.mockbukkit.adventure
 
be.seeseemelk.mockbukkit.attribute - package be.seeseemelk.mockbukkit.attribute
 
be.seeseemelk.mockbukkit.ban - package be.seeseemelk.mockbukkit.ban
 
be.seeseemelk.mockbukkit.block - package be.seeseemelk.mockbukkit.block
 
be.seeseemelk.mockbukkit.block.data - package be.seeseemelk.mockbukkit.block.data
 
be.seeseemelk.mockbukkit.block.state - package be.seeseemelk.mockbukkit.block.state
 
be.seeseemelk.mockbukkit.boss - package be.seeseemelk.mockbukkit.boss
 
be.seeseemelk.mockbukkit.command - package be.seeseemelk.mockbukkit.command
 
be.seeseemelk.mockbukkit.configuration - package be.seeseemelk.mockbukkit.configuration
 
be.seeseemelk.mockbukkit.enchantments - package be.seeseemelk.mockbukkit.enchantments
 
be.seeseemelk.mockbukkit.entity - package be.seeseemelk.mockbukkit.entity
 
be.seeseemelk.mockbukkit.entity.data - package be.seeseemelk.mockbukkit.entity.data
 
be.seeseemelk.mockbukkit.exception - package be.seeseemelk.mockbukkit.exception
 
be.seeseemelk.mockbukkit.generator - package be.seeseemelk.mockbukkit.generator
 
be.seeseemelk.mockbukkit.generator.structure - package be.seeseemelk.mockbukkit.generator.structure
 
be.seeseemelk.mockbukkit.help - package be.seeseemelk.mockbukkit.help
 
be.seeseemelk.mockbukkit.inventory - package be.seeseemelk.mockbukkit.inventory
 
be.seeseemelk.mockbukkit.inventory.meta - package be.seeseemelk.mockbukkit.inventory.meta
 
be.seeseemelk.mockbukkit.inventory.meta.trim - package be.seeseemelk.mockbukkit.inventory.meta.trim
 
be.seeseemelk.mockbukkit.map - package be.seeseemelk.mockbukkit.map
 
be.seeseemelk.mockbukkit.metadata - package be.seeseemelk.mockbukkit.metadata
 
be.seeseemelk.mockbukkit.persistence - package be.seeseemelk.mockbukkit.persistence
 
be.seeseemelk.mockbukkit.plugin - package be.seeseemelk.mockbukkit.plugin
 
be.seeseemelk.mockbukkit.potion - package be.seeseemelk.mockbukkit.potion
 
be.seeseemelk.mockbukkit.profile - package be.seeseemelk.mockbukkit.profile
 
be.seeseemelk.mockbukkit.scheduler - package be.seeseemelk.mockbukkit.scheduler
 
be.seeseemelk.mockbukkit.scheduler.paper - package be.seeseemelk.mockbukkit.scheduler.paper
 
be.seeseemelk.mockbukkit.scoreboard - package be.seeseemelk.mockbukkit.scoreboard
 
be.seeseemelk.mockbukkit.services - package be.seeseemelk.mockbukkit.services
 
be.seeseemelk.mockbukkit.sound - package be.seeseemelk.mockbukkit.sound
 
be.seeseemelk.mockbukkit.statistic - package be.seeseemelk.mockbukkit.statistic
 
be.seeseemelk.mockbukkit.tags - package be.seeseemelk.mockbukkit.tags
 
be.seeseemelk.mockbukkit.tags.internal - package be.seeseemelk.mockbukkit.tags.internal
 
be.seeseemelk.mockbukkit.util - package be.seeseemelk.mockbukkit.util
 
BeaconInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a BeaconInventory.
BeaconInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.BeaconInventoryMock
Constructs a new AbstractHorseInventoryMock for the given holder.
BeaconMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Beacon.
BeaconMock(BeaconMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BeaconMock
Constructs a new BeaconMock by cloning the data from an existing one.
BeaconMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BeaconMock
Constructs a new BeaconMock for the provided Block.
BeaconMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BeaconMock
Constructs a new BeaconMock for the provided Material.
BedMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of Bed.
BedMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Bed.
BedMock(BedMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BedMock
Constructs a new BedMock by cloning the data from an existing one.
BedMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BedMock
Constructs a new BedMock for the provided Block.
BedMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.BedMock
Constructs a new BedMock for the provided Material.
BedMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BedMock
Constructs a new BedMock for the provided Material.
BeehiveMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Beehive.
BeehiveMock(BeehiveMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BeehiveMock
Constructs a new BeehiveMock by cloning the data from an existing one.
BeehiveMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BeehiveMock
Constructs a new BeehiveMock for the provided Block.
BeehiveMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BeehiveMock
Constructs a new BeehiveMock for the provided Material.
BeeMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Bee.
BeeMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.BeeMock
Constructs a new BeeMock on the provided ServerMock with a specified UUID.
beforeEach(ExtensionContext) - Method in class be.seeseemelk.mockbukkit.MockBukkitExtension
 
beginConversation(Conversation) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
beginConversation(Conversation) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
BellMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Bell.
BellMock(BellMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BellMock
Constructs a new BellMock by cloning the data from an existing one.
BellMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BellMock
Constructs a new BellMock for the provided Block.
BellMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BellMock
Constructs a new BellMock for the provided Material.
BIG - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntitySubType
Big slime/magma cube
BiomeProviderMock - Class in be.seeseemelk.mockbukkit.generator
Mock implementation of a BiomeProvider.
BiomeProviderMock() - Constructor for class be.seeseemelk.mockbukkit.generator.BiomeProviderMock
 
BlastFurnaceMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a BlastFurnace.
BlastFurnaceMock(BlastFurnaceMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BlastFurnaceMock
Constructs a new BlastFurnaceMock by cloning the data from an existing one.
BlastFurnaceMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BlastFurnaceMock
Constructs a new BlastFurnaceMock for the provided Block.
BlastFurnaceMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BlastFurnaceMock
Constructs a new BlastFurnaceMock for the provided Material.
BlazeMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Blaze.
BlazeMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.BlazeMock
Constructs a new BlazeMock on the provided ServerMock with a specified UUID.
BlockDataMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of BlockData.
BlockDataMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.BlockDataMock
Constructs a new BlockDataMock for the provided Material.
BlockMock - Class in be.seeseemelk.mockbukkit.block
Mock implementation of a Block.
BlockMock() - Constructor for class be.seeseemelk.mockbukkit.block.BlockMock
Creates a basic block made of air.
BlockMock(Location) - Constructor for class be.seeseemelk.mockbukkit.block.BlockMock
Creates a basic block made of air at a certain location.
BlockMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.BlockMock
Creates a basic block with a given material.
BlockMock(Material, Location) - Constructor for class be.seeseemelk.mockbukkit.block.BlockMock
Creates a basic block with a given material that is also linked to a specific location.
BLOCKS - Enum constant in enum class be.seeseemelk.mockbukkit.tags.internal.InternalTagRegistry
 
BLOCKS - Enum constant in enum class be.seeseemelk.mockbukkit.tags.TagRegistry
The blocks registry
BlockStateMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a BlockState.
BlockStateMock(BlockStateMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Constructs a new BlockStateMock by cloning the data from an existing one.
BlockStateMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Constructs a new BlockStateMock for the provided Block.
BlockStateMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Constructs a new BlockStateMock for the provided Material.
bloom(Position, int) - Method in class be.seeseemelk.mockbukkit.block.state.SculkCatalystMock
 
bloom(Block, int) - Method in class be.seeseemelk.mockbukkit.block.state.SculkCatalystMock
 
BookMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of a BookMeta.
BookMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
Constructs a new BookMetaMock.
BookMetaMock(BookMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
Constructs a new BookMetaMock, cloning the data from another.
boostElytra(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
BOOTS - Static variable in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
The slot boots are in.
BossBarMock - Class in be.seeseemelk.mockbukkit.boss
Mock implementation of BossBar.
BossBarMock(String, BarColor, BarStyle, BarFlag...) - Constructor for class be.seeseemelk.mockbukkit.boss.BossBarMock
Constructs a new BossBarMock with the provided parameters.
breakBlock(Block) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
breakNaturally() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
breakNaturally(boolean) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
breakNaturally(boolean, boolean) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
breakNaturally(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
breakNaturally(ItemStack, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
breakNaturally(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
BrewerInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a BrewerInventory.
BrewerInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.BrewerInventoryMock
Constructs a new BrewerInventoryMock for the given holder.
BrewingStandMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a BrewingStand.
BrewingStandMock(BrewingStandMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
Constructs a new BrewingStandMock by cloning the data from an existing one.
BrewingStandMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
Constructs a new BrewingStandMock for the provided Block.
BrewingStandMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
Constructs a new BrewingStandMock for the provided Material.
broadcast(String, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
broadcast(Component) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
broadcast(Component, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
broadcast(BaseComponent) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
broadcast(BaseComponent...) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
broadcastMessage(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
broadcastSlotBreak(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
broadcastSlotBreak(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
broadcastSlotBreak(EquipmentSlot, Collection<Player>) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
broadcastSlotBreak(EquipmentSlot, Collection<Player>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
BukkitSchedulerMock - Class in be.seeseemelk.mockbukkit.scheduler
Mock implementation of a BukkitScheduler.
BukkitSchedulerMock() - Constructor for class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
BundleMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of a BundleMeta.
BundleMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
Constructs a new BundleMetaMock.
BundleMetaMock(BundleMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
Constructs a new BundleMetaMock, cloning the data from another.

C

CachedServerIconMock - Class in be.seeseemelk.mockbukkit
Mock implementation of a CachedServerIcon.
CachedServerIconMock(String) - Constructor for class be.seeseemelk.mockbukkit.CachedServerIconMock
Constructs a new CachedServerIconMock with the provided data.
callEvent(Event) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
callEventAsynchronously(Event) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
This method invokes PluginManagerMock.callEvent(Event) from a different Thread using the BukkitSchedulerMock.
callEventAsynchronously(T, Consumer<T>) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
This method invokes PluginManagerMock.callEvent(Event) from a different Thread using the BukkitSchedulerMock.
callSyncMethod(Plugin, Callable<T>) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
CamelMock - Class in be.seeseemelk.mockbukkit.entity
 
CamelMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.CamelMock
Constructs a new CamelMock on the provided ServerMock with a specified UUID.
CampfireMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of Campfire.
CampfireMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Campfire.
CampfireMock(CampfireMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.CampfireMock
Constructs a new CampfireMock by cloning the data from an existing one.
CampfireMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.CampfireMock
Constructs a new CampfireMock for the provided Block.
CampfireMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.CampfireMock
Constructs a new BedMock for the provided Material.
CampfireMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.CampfireMock
Constructs a new CampfireMock for the provided Material.
canBreakDoors() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
canBreatheUnderwater() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
canBreed() - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
canBreed() - Method in class be.seeseemelk.mockbukkit.entity.PolarBearMock
 
canBreed() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
cancel() - Method in class be.seeseemelk.mockbukkit.scheduler.paper.PaperScheduledTask
 
cancel() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
 
cancelTask(int) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
cancelTasks(Plugin) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
cancelTasks(Plugin) - Method in class be.seeseemelk.mockbukkit.scheduler.paper.FoliaAsyncScheduler
 
canDuplicate() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
canEnchantItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
canGenerateStructures() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
canHitEntity(Entity) - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
canMobPickup() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
canMove() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
canPlace(BlockData) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
canPlayerLoot(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
canPlayerLoot(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
canPlayerLoot(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
canPlayerLoot(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
canPlayerLoot(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
canPlayerLoot(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
canPlayerLoot(UUID) - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
 
canPlayerLoot(UUID) - Method in class be.seeseemelk.mockbukkit.entity.StorageMinecartMock
 
canPlayerPickup() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
canSee(Entity) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
canSee(Player) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
canSeeFriendlyInvisibles() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
canSmelt(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
canTick() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
canWander() - Method in class be.seeseemelk.mockbukkit.entity.SlimeMock
 
CartographyInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a CartographyInventory.
CartographyInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.CartographyInventoryMock
Constructs a new CartographyInventoryMock for the given holder.
catchOp(String) - Static method in class be.seeseemelk.mockbukkit.AsyncCatcher
Throws an IllegalStateException if not called from the primary thread.
CatMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Cat.
CatMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.CatMock
Constructs a new CatMock on the provided ServerMock with a specified UUID.
CaveSpiderMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a CaveSpider.
CaveSpiderMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.CaveSpiderMock
Constructs a new CaveSpiderMock on the provided ServerMock with a specified UUID.
chat(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
checkRegistered() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
Throws an exception if the team is not registered.
checkSupported(PluginDescriptionFile) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
checkType(Block, Material...) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
Ensures the provided block type is one of the expected materials provided.
checkType(Block, Material...) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Ensures the provided block type is one of the expected materials provided.
checkType(Block, Tag<Material>) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
Ensures the provided block type is contained in the Tag.
checkType(Block, Tag<Material>) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Ensures the provided block type is contained in the Tag.
checkType(Material, Material...) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
Ensures the provided material is one of the expected materials provided.
checkType(Material, Material...) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Ensures the provided material is one of the expected materials provided.
checkType(Material, Tag<Material>) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
Ensures the provided material is contained in the Tag.
checkType(Material, Tag<Material>) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Ensures the provided material is contained in the Tag.
checkVars() - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
Defaults any null variables.
ChestedHorseMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a ChestedHorse.
ChestedHorseMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ChestedHorseMock
Constructs a new ChestedHorseMock on the provided ServerMock with a specified UUID.
ChestInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a Chest InventoryType.
ChestInventoryMock(InventoryHolder, int) - Constructor for class be.seeseemelk.mockbukkit.inventory.ChestInventoryMock
Constructs a new ChestInventoryMock for the given holder.
ChestMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Chest.
ChestMock(ChestMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.ChestMock
Constructs a new ChestMock by cloning the data from an existing one.
ChestMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.ChestMock
Constructs a new ChestMock for the provided Block.
ChestMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.ChestMock
Constructs a new ChestMock for the provided Material.
CHESTPLATE - Static variable in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
The slot the chestplate is in.
ChickenMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Chicken.
ChickenMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ChickenMock
Constructs a new ChickenMock on the provided ServerMock with a specified UUID.
ChunkCoordinate - Class in be.seeseemelk.mockbukkit
A simple class that contains an x and z coordinate of a chunk.
ChunkCoordinate(int, int) - Constructor for class be.seeseemelk.mockbukkit.ChunkCoordinate
Constructs a new ChunkCoordinate.
ChunkMock - Class in be.seeseemelk.mockbukkit
Mock implementation of a Chunk.
ChunkMock(World, int, int) - Constructor for class be.seeseemelk.mockbukkit.ChunkMock
Constructs a new ChunkMock for the provided world, at the specified coordinates.
ChunkSnapshotMock - Class in be.seeseemelk.mockbukkit
Mock implementation of a ChunkSnapshot.
clear() - Method in class be.seeseemelk.mockbukkit.help.HelpMapMock
 
clear() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
clear() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
clear(int) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
clearActiveItem() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
clearActivePotionEffects() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
clearAnger(Entity) - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
clearCustomEffects() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
clearCustomEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
clearCustomEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
clearEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
clearEntities() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
clearEvents() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
This method clears the history of events.
clearMetadata(Plugin) - Method in class be.seeseemelk.mockbukkit.metadata.MetadataTable
Clears all metadata belonging to a plugin.
clearMetadata(Plugin) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
clearMetadata(Plugin) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
clearOfflinePlayers() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Clears all offline players.
clearOnlinePlayers() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Clears all online players.
clearPermissions() - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
clearPlugins() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
clearProperties() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
clearRecipes() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
clearSlot(DisplaySlot) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
clearSounds() - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
Clears all heard sounds.
clearTeleported() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Clears the teleported flag.
clone() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.AxolotlBucketMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkEffectMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.LeatherArmorMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
clone() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
close() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
close() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
close() - Method in class be.seeseemelk.mockbukkit.block.state.EnderChestMock
 
close() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
close() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
close() - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
closeInventory() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
closeInventory(InventoryCloseEvent.Reason) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
CodMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Cod.
CodMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.CodMock
Constructs a new CodMock on the provided ServerMock with a specified UUID.
collidesAt(Location) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
color() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
color(NamedTextColor) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
colorDownsamplingGsonComponentSerializer() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated, for removal: This API element is subject to removal in a future version.
CommandBlockHolderMock - Interface in be.seeseemelk.mockbukkit.command
Mock interface of a CommandBlockHolder.
CommandBlockMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a CommandBlock.
CommandBlockMock(CommandBlockMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
Constructs a new CommandBlockMock by cloning the data from an existing one.
CommandBlockMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
Constructs a new CommandBlockMock for the provided Block.
CommandBlockMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
Constructs a new CommandBlockMock for the provided Material.
CommandMinecartMock - Class in be.seeseemelk.mockbukkit.entity
 
CommandMinecartMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
Constructs a new CommandMinecartMock on the provided ServerMock with a specified UUID.
CommandResult - Class in be.seeseemelk.mockbukkit.command
Represents the result of a command invocation.
CommandResult(boolean, MessageTarget) - Constructor for class be.seeseemelk.mockbukkit.command.CommandResult
Constructs a new CommandResult with the provided parameters.
ComparatorMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Comparator.
ComparatorMock(ComparatorMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.ComparatorMock
Constructs a new ComparatorMock by cloning the data from an existing one.
ComparatorMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.ComparatorMock
Constructs a new ComparatorMock for the provided Block.
ComparatorMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.ComparatorMock
Constructs a new ComparatorMock for the provided Material.
CompassMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of a CompassMeta.
CompassMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
Constructs a new CompassMetaMock.
CompassMetaMock(CompassMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
Constructs a new CompassMetaMock, cloning the data from another.
complete(boolean) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
complete(boolean, boolean) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
completeFromCache() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
completeFromCache(boolean) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
completeFromCache(boolean, boolean) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
componentFlattener() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
ConduitMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Conduit.
ConduitMock(ConduitMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.ConduitMock
Constructs a new ConduitMock by cloning the data from an existing one.
ConduitMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.ConduitMock
Constructs a new ConduitMock for the provided Block.
ConduitMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.ConduitMock
Constructs a new ConduitMock for the provided Material.
conflictsWith(Enchantment) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
ConsoleCommandSenderMock - Class in be.seeseemelk.mockbukkit.command
Mock implementation of a ConsoleCommandSender.
ConsoleCommandSenderMock() - Constructor for class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
ContainerMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Container.
ContainerMock(ContainerMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.ContainerMock
Constructs a new ContainerMock by cloning the data from an existing one.
ContainerMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.ContainerMock
Constructs a new ContainerMock for the provided Block.
ContainerMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.ContainerMock
Constructs a new ContainerMock for the provided Material.
contains(Biome) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
contains(Biome) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
contains(BlockData) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
contains(BlockData) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
contains(ItemStack, int) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
contains(Material) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
contains(Material, int) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
contains(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
containsAtLeast(ItemStack, int) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
Coordinate - Class in be.seeseemelk.mockbukkit
A simple class that contains an x, y and z coordinate as integers.
Coordinate() - Constructor for class be.seeseemelk.mockbukkit.Coordinate
Creates a coordinate object with a (x, y, z) of (0, 0, 0).
Coordinate(int, int, int) - Constructor for class be.seeseemelk.mockbukkit.Coordinate
Creates a new coordinate object with a specified (x, y, z).
CowMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Cow.
CowMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.CowMock
Constructs a new CowMock on the provided ServerMock with a specified UUID.
craftItem(ItemStack[], World, Player) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createBlock(Coordinate) - Method in class be.seeseemelk.mockbukkit.WorldMock
Makes sure that a certain block exists on the coordinate.
createBlockData(Material) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createBlockData(Material, Consumer<BlockData>) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createBlockData(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createBlockData(Material, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createBlockState() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
createBossBar(String, BarColor, BarStyle, BarFlag...) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createBossBar(NamespacedKey, String, BarColor, BarStyle, BarFlag...) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createChunkData(World) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createCommandSender(Consumer<? super Component>) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createExplorerMap(World, Location, StructureType, MapCursor.Type, int, boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createExplorerMap(World, Location, StructureType) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createExplorerMap(World, Location, StructureType, int, boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createExplosion(double, double, double, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createExplosion(double, double, double, float, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createExplosion(double, double, double, float, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createExplosion(double, double, double, float, boolean, boolean, Entity) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createExplosion(Entity, Location, float, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createExplosion(Location, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createExplosion(Location, float, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createExplosion(Location, float, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createExplosion(Location, float, boolean, boolean, Entity) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.LecternMock
 
createInventory() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
createInventory(InventoryHolder, int, Component) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createInventory(InventoryHolder, InventoryType, Component) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createInventory(InventoryHolder, int) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createInventory(InventoryHolder, int, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
createInventory(InventoryHolder, InventoryType) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createInventory(InventoryHolder, InventoryType, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
createInventory(InventoryHolder, InventoryType, String, int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
createItemStack(String) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
createMap(World) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createMaterialTag(NamespacedKey, String, Material...) - Method in class be.seeseemelk.mockbukkit.ServerMock
This creates a new Mock Tag for the Material class.
Call this in advance before you are gonna access ServerMock.getTag(String, NamespacedKey, Class) or any of the constants defined in Tag.
createMerchant(Component) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createMerchant(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
createMockPlugin() - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Creates a mock instance of a JavaPlugin implementation.
createMockPlugin(String) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Creates a mock instance of a JavaPlugin implementation and gives you a chance to name the plugin.
createOfflinePlayer(UUID) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMockFactory
Create a random OfflinePlayerMock object with a unique name and the given id.
createPlayerProfile(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
createPlayerProfile(UUID) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
createPlayerProfile(UUID, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
createPluginCommand(String, Plugin) - Static method in class org.bukkit.command.PluginCommandUtils
Creates a plugin command.
createProfile(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createProfile(UUID) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createProfile(UUID, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createProfileExact(UUID, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createRandomOfflinePlayer() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMockFactory
Create a random OfflinePlayerMock object with a unique name.
createRandomPlayer() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMockFactory
Create a random player mock object with a unique name.
createRegisteredListeners(Listener, Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginLoader
 
createRegistry(Class<T>) - Static method in class be.seeseemelk.mockbukkit.RegistryMock
 
createTemporaryDirectory(String) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Tries to create a temporary directory.
createTemporaryPluginFile(String) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Tries to create a temporary plugin file.
createVanillaChunkData(World, int, int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated, for removal: This API element is subject to removal in a future version.
createWorld(WorldCreator) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
createWorldBorder() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
CreatureMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Creature.
CreatureMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.CreatureMock
Constructs a new on the provided ServerMock with a specified UUID.
CreatureSpawnerMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a CreatureSpawner.
CreatureSpawnerMock(CreatureSpawnerMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
Constructs a new CreatureSpawnerMock by cloning the data from an existing one.
CreatureSpawnerMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
Constructs a new CreatureSpawnerMock for the provided Block.
CreatureSpawnerMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
Constructs a new CreatureSpawnerMock for the provided Material.
CreeperMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Creeper.
CreeperMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.CreeperMock
Constructs a new CreeperMock on the provided ServerMock with a specified UUID.
CriteriaMock - Class in be.seeseemelk.mockbukkit.scoreboard
Mock implementation of a Criteria.
CriteriaMock(String) - Constructor for class be.seeseemelk.mockbukkit.scoreboard.CriteriaMock
Constructs a new CriteriaMock with the provided name.
CrossbowMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of a CrossbowMeta.
CrossbowMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
Constructs a new CrossbowMetaMock.
CrossbowMetaMock(CrossbowMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
Constructs a new CrossbowMetaMock, cloning the data from another.
CUSTOMIZED - Enum constant in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Custom.
customName() - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
customName() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
customName() - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
customName() - Method in class be.seeseemelk.mockbukkit.block.state.EnchantingTableMock
 
customName() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
customName(Component) - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
customName(Component) - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
customName(Component) - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
customName(Component) - Method in class be.seeseemelk.mockbukkit.block.state.EnchantingTableMock
 
customName(Component) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 

D

damage(double) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
damage(double, Entity) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
damageItemStack(EquipmentSlot, int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
damageItemStack(EquipmentSlot, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
damageItemStack(ItemStack, int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
damageItemStack(ItemStack, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
DaylightDetectorMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a DaylightDetector.
DaylightDetectorMock(DaylightDetectorMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.DaylightDetectorMock
Constructs a new CreatureSpawnerMock by cloning the data from an existing one.
DaylightDetectorMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.DaylightDetectorMock
Constructs a new DaylightDetectorMock for the provided Block.
DaylightDetectorMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.DaylightDetectorMock
Constructs a new DaylightDetectorMock for the provided Material.
decrementStatistic(Statistic) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
decrementStatistic(Statistic) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
decrementStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
decrementStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
decrementStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Decrements the given statistic for this player.
decrementStatistic(Statistic, EntityType) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
decrementStatistic(Statistic, EntityType) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
decrementStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
decrementStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
decrementStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Decrements the given statistic for this player for the given entity.
decrementStatistic(Statistic, Material) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
decrementStatistic(Statistic, Material) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
decrementStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
decrementStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
decrementStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Decrements the given statistic for this player for the given material.
DEFAULT - Enum constant in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Regular.
DEFAULT - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Default state
DEFAULT - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntitySubType
The default subtype (adult or ageless)
DEFAULT_1_1 - Enum constant in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Debug.
deserialize(Map<String, Object>) - Static method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
Required method for Bukkit deserialization.
deserialize(Map<String, Object>) - Static method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
Deserializes a PersistentDataContainerMock from a map.
deserializeEntity(byte[], World) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
deserializeEntity(byte[], World, boolean) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
deserializeItem(byte[]) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
detonate() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
disablePlugin(Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginLoader
 
disablePlugin(Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
disablePlugins() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
disconnect() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates a disconnection from the server.
disconnectPlayer(PlayerMock) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Marks a player as disconnected, and sets related data like lastSeen.
discoverRecipe(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
discoverRecipes(Collection<NamespacedKey>) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
dispatchCommand(CommandSender, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
dispense() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
DispenserInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a Dispenser InventoryType.
DispenserInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.DispenserInventoryMock
Constructs a new DispenserInventoryMock for the given holder.
DispenserMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Dispenser.
DispenserMock(DispenserMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.DispenserMock
Constructs a new DispenserMock by cloning the data from an existing one.
DispenserMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.DispenserMock
Constructs a new DispenserMock for the provided Block.
DispenserMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.DispenserMock
Constructs a new DispenserMock for the provided Material.
displayName() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
displayName() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
displayName() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
displayName() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
displayName(int) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
displayName(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
displayName(Component) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
displayName(Component) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
displayName(Component) - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
displayName(Component) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
doesBedWork() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated, for removal: This API element is subject to removal in a future version.
doesBounce() - Method in class be.seeseemelk.mockbukkit.entity.AbstractProjectileMock
Deprecated, for removal: This API element is subject to removal in a future version.
doesRespawnAnchorWork() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated, for removal: This API element is subject to removal in a future version.
DonkeyMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Donkey.
DonkeyMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.DonkeyMock
Constructs a new DonkeyMock on the provided ServerMock with a specified UUID.
DragonFireballMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a DragonFireball.
DragonFireballMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.DragonFireballMock
Constructs a new DragonFireballMock on the provided ServerMock with a specified UUID.
drawImage(int, int, Image) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
drawText(int, int, MapFont, String) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
drop() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
dropItem(boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
dropItem(Location, ItemStack) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
dropItem(Location, ItemStack, Consumer<Item>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
dropItemNaturally(Location, ItemStack) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
dropItemNaturally(Location, ItemStack, Consumer<Item>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
DropperInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a Dropper InventoryType.
DropperInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.DropperInventoryMock
Constructs a new DropperInventoryMock for the given holder.
DropperMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Dropper.
DropperMock(DropperMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.DropperMock
Constructs a new DispenserMock by cloning the data from an existing one.
DropperMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.DropperMock
Constructs a new DispenserMock for the provided Block.
DropperMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.DropperMock
Constructs a new DispenserMock for the provided Material.
duplicateAllay() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 

E

EggMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Egg.
EggMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.EggMock
Constructs a new EggMock on the provided ServerMock with a specified UUID.
eject() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
eject() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
ElderGuardianMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a ElderGuardian.
ElderGuardianMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ElderGuardianMock
Constructs a new ElderGuardianMock on the provided ServerMock with a specified UUID.
enablePlugin(Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginLoader
 
enablePlugin(Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
EnchantedBookMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an EnchantmentStorageMeta.
EnchantedBookMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
Constructs a new EnchantedBookMetaMock.
EnchantedBookMetaMock(EnchantmentStorageMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
Constructs a new EnchantedBookMetaMock, cloning the data from another.
EnchantingInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an EnchantingInventory.
EnchantingInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.EnchantingInventoryMock
Constructs a new EnchantingInventoryMock for the given holder.
EnchantingTableMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of an EnchantingTable.
EnchantingTableMock(EnchantingTableMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.EnchantingTableMock
Constructs a new EnchantingTableMock by cloning the data from an existing one.
EnchantingTableMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.EnchantingTableMock
Constructs a new EnchantingTableMock for the provided Block.
EnchantingTableMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.EnchantingTableMock
Constructs a new EnchantingTableMock for the provided Material.
EnchantmentMock - Class in be.seeseemelk.mockbukkit.enchantments
Mock implementation of an Enchantment.
EnchantmentMock(NamespacedKey, String) - Constructor for class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
Constructs a new EnchantmentMock with the provided NamespacedKey and name.
EnchantmentsMock - Class in be.seeseemelk.mockbukkit.enchantments
Used to keep track of all vanilla enchantments.
enchantWithLevels(ItemStack, int, boolean, Random) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
EnderChestInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an Ender Chest InventoryType.
EnderChestInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.EnderChestInventoryMock
Constructs a new EnderChestInventoryMock for the given holder.
EnderChestMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of an EnderChest.
EnderChestMock(EnderChestMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.EnderChestMock
Constructs a new EnderChestMock by cloning the data from an existing one.
EnderChestMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.EnderChestMock
Constructs a new EnderChestMock for the provided Block.
EnderChestMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.EnderChestMock
Constructs a new EnderChestMock for the provided Material.
EndermanMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Enderman.
EndermanMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.EndermanMock
Constructs a new EndermanMock on the provided ServerMock with a specified UUID.
EndGatewayMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a EndGateway.
EndGatewayMock(EndGatewayMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
Constructs a new EndGatewayMock by cloning the data from an existing one.
EndGatewayMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
Constructs a new EndGatewayMock for the provided Block.
EndGatewayMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
Constructs a new EndGatewayMock for the provided Material.
ensureMocking() - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Throws an IllegalStateException when not mocked.
ensureServerConversions(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
EntityData - Class in be.seeseemelk.mockbukkit.entity.data
 
EntityData(EntityType, String) - Constructor for class be.seeseemelk.mockbukkit.entity.data.EntityData
Constructs a new EntityData with a specified EntityType and provided entity data.
EntityDataRegistry - Class in be.seeseemelk.mockbukkit.entity.data
 
EntityEquipmentMock - Class in be.seeseemelk.mockbukkit.inventory
This mocks the EntityEquipment of a LivingEntityMock.
EntityEquipmentMock(LivingEntityMock) - Constructor for class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
Constructs a new EntityEquipmentMock for the given holder.
EntityMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Entity.
EntityMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.EntityMock
Constructs a new EntityMock on the provided ServerMock with a specified UUID.
EntityState - Enum Class in be.seeseemelk.mockbukkit.entity.data
A state a entity is in
EntitySubType - Enum Class in be.seeseemelk.mockbukkit.entity.data
A type of a entity, it still has the same EntityType.
equals(Object) - Method in class be.seeseemelk.mockbukkit.ChunkCoordinate
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.Coordinate
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.AxolotlBucketMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkEffectMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.LeatherArmorMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
equals(Object) - Method in class be.seeseemelk.mockbukkit.scoreboard.CriteriaMock
 
equals(ItemMeta, ItemMeta) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
EventHandlerException - Exception in be.seeseemelk.mockbukkit.exception
Thrown when an event handler throws a non-RuntimeException
EventHandlerException(Throwable) - Constructor for exception be.seeseemelk.mockbukkit.exception.EventHandlerException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
execute(String, CommandSender, String...) - Method in class be.seeseemelk.mockbukkit.ServerMock
Executes a command.
execute(Command, CommandSender, String...) - Method in class be.seeseemelk.mockbukkit.ServerMock
Executes a command.
executeAsyncEvent(Event) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Executes an asynchronous event.
executeAsyncEvent(T, Consumer<T>) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Executes an asynchronous event.
executeConsole(String, String...) - Method in class be.seeseemelk.mockbukkit.ServerMock
Executes a command as the console.
executeConsole(Command, String...) - Method in class be.seeseemelk.mockbukkit.ServerMock
Executes a command as the console.
executeForAllPixels(BiConsumer<Integer, Integer>) - Static method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
Runs a Consumer for each pixel coordinate on a map.
executePlayer(String, String...) - Method in class be.seeseemelk.mockbukkit.ServerMock
Executes a command as a player.
executePlayer(Command, String...) - Method in class be.seeseemelk.mockbukkit.ServerMock
Executes a command as a player.
ExperienceOrbMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an ExperienceOrb.
ExperienceOrbMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ExperienceOrbMock
Constructs a new ExperienceOrbMock on the provided ServerMock with a specified UUID.
ExperienceOrbMock(ServerMock, UUID, int) - Constructor for class be.seeseemelk.mockbukkit.entity.ExperienceOrbMock
Constructs a new ExperienceOrbMock on the provided ServerMock with a specified UUID an experience amount.
expLevel - Variable in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
How much EXP this HumanEntity has.
explode() - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
explode() - Method in class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
 
explode(double) - Method in class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
 
ExplosiveMinecartMock - Class in be.seeseemelk.mockbukkit.entity
 
ExplosiveMinecartMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
Constructs a new ExplosiveMinecartMock on the provided ServerMock with a specified UUID.

F

finalizeSpawn() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
Called immediately after the entity is spawned.
findClass(String) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
findLightningRod(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
findLightningTarget(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
FireballMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Fireball.
FireballMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.FireballMock
Constructs a new FireballMock on the provided ServerMock with a specified UUID.
fireworkBoost(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
FireworkEffectMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an FireworkEffectMeta.
FireworkEffectMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.FireworkEffectMetaMock
Constructs a new FireworkEffectMetaMock.
FireworkEffectMetaMock(FireworkEffectMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.FireworkEffectMetaMock
Constructs a new FireworkEffectMetaMock, cloning the data from another.
FireworkMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an FireworkMeta.
FireworkMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
Constructs a new FireworkMetaMock.
FireworkMetaMock(FireworkMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
Constructs a new FireworkMetaMock, cloning the data from another.
FireworkMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Firework.
FireworkMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.FireworkMock
Constructs a new FireworkMock on the provided ServerMock with a specified UUID.
FireworkMock(ServerMock, UUID, FireworkMeta) - Constructor for class be.seeseemelk.mockbukkit.entity.FireworkMock
Constructs a new FireworkMock on the provided ServerMock with a specified UUID and FireworkMeta.
first(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
first(Material) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
firstEmpty() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
FishHookMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a FishHook.
FishHookMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.FishHookMock
Constructs a new FishHookMock on the provided ServerMock with a specified UUID.
FishMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Fish.
FishMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.FishMock
Constructs a new FishMock on the provided ServerMock with a specified UUID.
FLAT - Enum constant in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Super-flat.
FlyingMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Flying.
FlyingMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.FlyingMock
Constructs a new FlyingMock on the provided ServerMock with a specified UUID.
FoliaAsyncScheduler - Class in be.seeseemelk.mockbukkit.scheduler.paper
 
FoliaAsyncScheduler(BukkitSchedulerMock) - Constructor for class be.seeseemelk.mockbukkit.scheduler.paper.FoliaAsyncScheduler
 
FoxMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Fox.
FoxMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.FoxMock
Constructs a new FoxMock on the provided ServerMock with a specified UUID.
FrogMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Frog.
FrogMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.FrogMock
Constructs a new FrogMock on the provided ServerMock with a specified UUID.
fromLegacy(Material) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
fromLegacy(MaterialData) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
fromLegacy(MaterialData, boolean) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
fromLegacy(Material, byte) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
fromMobSpawner() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
FurnaceInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a FurnaceInventory.
FurnaceInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
Constructs a new FurnaceInventoryMock for the given holder.

G

GameEventMock - Class in be.seeseemelk.mockbukkit
 
GameEventMock(JsonObject) - Constructor for class be.seeseemelk.mockbukkit.GameEventMock
 
generateTree(Location, Random, TreeType) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
generateTree(Location, Random, TreeType, Consumer<BlockState>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
generateTree(Location, Random, TreeType, Predicate<BlockState>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
generateTree(Location, TreeType) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
generateTree(Location, TreeType, BlockChangeDelegate) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
get(String) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
Gets a data value.
get(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.RegistryMock
 
get(NamespacedKey, PersistentDataType<T, Z>) - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
getAbsorptionAmount() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getAccess() - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginClassLoaderGroup
 
getActiveItem() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getActivePotionEffects() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getActiveRunningCount() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Gets the amount of thread currently executing asynchronous tasks.
getActiveSlots() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
getActiveWorkers() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
getAdapterContext() - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
getAddress() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getAdvancement(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getAdvancementProgress(Advancement) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getAffectsSpawning() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getAge() - Method in class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
 
getAge() - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
getAge() - Method in class be.seeseemelk.mockbukkit.entity.TadpoleMock
 
getAge() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
getAgeLock() - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
getAgeLock() - Method in class be.seeseemelk.mockbukkit.entity.TadpoleMock
 
getAgeLock() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
getAllowAnimals() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getAllowEnd() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getAllowFlight() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getAllowFlight() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getAllowMonsters() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getAllowNether() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getAmbientSound() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
getAmbientSpawnLimit() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getAmbientSpawnLimit() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getAnger() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
getAnger() - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
getAnger(Entity) - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
getAngerLevel() - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
getAnimalSpawnLimit() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getAnimalSpawnLimit() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getApplyLure() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getArmor() - Method in class be.seeseemelk.mockbukkit.inventory.HorseInventoryMock
 
getArmorContents() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getArmorContents() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getArrowCooldown() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getArrowsInBody() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getArrowsStuck() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getAsString() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
getAsString() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getAsString(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
getAsyncScheduler() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getAttachedFace() - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
getAttachedFace() - Method in class be.seeseemelk.mockbukkit.entity.HangingMock
 
getAttachedTo() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
getAttackCooldown() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getAttribute() - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
getAttribute(Attribute) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getAttributeModifierAmount(Attribute, int) - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
getAttributeModifiers() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getAttributeModifiers(Attribute) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getAttributeModifiers(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getAuthor() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getAuthor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
getAverageTickTime() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getBanEntries() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
Deprecated.
getBanEntries() - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
Deprecated.
getBanEntry(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
getBanEntry(String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
getBanEntry(String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
Deprecated.
getBanEntry(InetAddress) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
getBanEntry(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
Deprecated.
getBanList(BanList.Type) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getBannedPlayers() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getBanTarget() - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
getBanTarget() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
getBanTarget() - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
getBaseBucketItem() - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
getBaseBucketItem() - Method in class be.seeseemelk.mockbukkit.entity.CodMock
 
getBaseBucketItem() - Method in class be.seeseemelk.mockbukkit.entity.PufferFishMock
 
getBaseBucketItem() - Method in class be.seeseemelk.mockbukkit.entity.SalmonMock
 
getBaseBucketItem() - Method in class be.seeseemelk.mockbukkit.entity.TadpoleMock
 
getBaseBucketItem() - Method in class be.seeseemelk.mockbukkit.entity.TropicalFishMock
 
getBaseColor() - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
getBaseColor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
getBasePixel(int, int) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
getBasePixelColor(int, int) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
getBasePotionData() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getBasePotionData() - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
getBaseValue() - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
getBedLocation() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getBedSpawnLocation() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getBedSpawnLocation() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getBeeStingerCooldown() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getBeeStingersInBody() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getBiome() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getBiome(int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getBiome(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getBiome(int, int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getBiome(int, int, int) - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
getBiome(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBiome(WorldInfo, int, int, int) - Method in class be.seeseemelk.mockbukkit.generator.BiomeProviderMock
 
getBiome(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBiomeKey(RegionAccessor, int, int, int) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getBiomeMap() - Method in class be.seeseemelk.mockbukkit.WorldMock
Gets a map of what biome is at each coordinate.
getBiomeProvider() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBiomes(WorldInfo) - Method in class be.seeseemelk.mockbukkit.generator.BiomeProviderMock
 
getBiteChance() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getBlock() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getBlock(int, int, int) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getBlock(Coordinate) - Method in class be.seeseemelk.mockbukkit.ChunkMock
Gets a block at a Coordinate.
getBlockAt(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBlockAt(Coordinate) - Method in class be.seeseemelk.mockbukkit.WorldMock
Gets the block at a coordinate.
getBlockAt(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBlockAtKey(long) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getBlockData() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getBlockData() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getBlockData(int, int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getBlockData(int, int, int) - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
getBlockData(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBlockData(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBlockEmittedLight(int, int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getBlockInventory() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
getBlockKey() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
Deprecated.
getBlockPower() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getBlockPower(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getBlockProjectileSource() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
getBlocks() - Method in class be.seeseemelk.mockbukkit.ChunkMock
Gets all blocks in this chunk.
getBlockSkyLight(int, int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getBlockSoundGroup() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getBlockState(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBlockState(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getBlockTranslationKey(Material) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getBlockType(int, int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getBodyColor() - Method in class be.seeseemelk.mockbukkit.entity.TropicalFishMock
 
getBodyColor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
getBodyPose() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getBodyRotations() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getBodyYaw() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getBoostedEntity() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
getBoostTicks() - Method in class be.seeseemelk.mockbukkit.entity.PigMock
 
getBoots() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
getBoots() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getBoots() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getBootsDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getBootsDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getBossBar(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getBossBars() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Gets an unmodifiable set of all active boss bars currently shown to this player.
getBossBars() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getBottomInventory() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
 
getBoundingBox() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getBoundingBox() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getBreakSpeed(Player) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getBreedCause() - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
getBrewingTime() - Method in class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
 
getBukkitVersion() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getBurnTime() - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
getCanDestroy() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getCannotEnterHiveTicks() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
getCanPickupItems() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getCanPlaceOn() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getCaptureFullTime() - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getCaravanHead() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
getCaravanTail() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
getCarriedBlock() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
getCarriedMaterial() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
Deprecated.
getCategory() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getCategory() - Method in class be.seeseemelk.mockbukkit.sound.AudioExperience
This method returns the SoundCategory with which the Sound was played.
getCatType() - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
getCatType() - Method in class be.seeseemelk.mockbukkit.entity.OcelotMock
Deprecated.
getCenter() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getCenterX() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
getCenterZ() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
getChargedProjectiles() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
 
getChestplate() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
getChestplate() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getChestplate() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getChestplateDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getChestplateDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getChunk() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getChunk() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getChunk() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getChunkAt(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getChunkAt(int, int, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getChunkAt(ChunkCoordinate) - Method in class be.seeseemelk.mockbukkit.WorldMock
Gets the chunk at a specific chunk coordinate.
getChunkAt(Block) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getChunkAt(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getChunkAtAsync(int, int, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getChunkCount() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getChunkSnapshot() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getChunkSnapshot(boolean, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getClassByName(String, boolean, ConfiguredPluginClassLoader) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginClassLoaderGroup
 
getClearWeatherDuration() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getClientBrandName() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getClientOption(ClientOption<T>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getClientViewDistance() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getCollarColor() - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
getCollarColor() - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
getCollidableExemptions() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getCollisionShape() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.block.state.BedMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.entity.SheepMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.LeatherArmorMetaMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
getColor() - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
getColor() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getCommand() - Method in class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
 
getCommand() - Method in class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
 
getCommandAliases() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getCommandMap() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getCommands() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Get a collection of all available commands.
getCommandTabComplete(CommandSender, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Gets the tab completion result for a command.
getCompassTarget() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getComputedBiome() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getComputedBiome(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getConfig() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getConfiguration() - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
getConnectionThrottle() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getConsoleSender() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getConsumer() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Get the Consumer that will be run.
getContents() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getConversionTime() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonMock
 
getConversionTime() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
getCookSpeedMultiplier() - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
getCookTime() - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
getCookTime(int) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
getCookTimeTotal() - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
getCookTimeTotal(int) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
getCooldown(Material) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getCooldownPeriod() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getCooledAttackStrength(float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getCoordinateScale() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getCraftingRecipe(ItemStack[], World) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getCreated() - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
getCreated() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
getCreated() - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
getCreativeCategory(Material) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getCreatureTypeName() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getCriteria() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
getCropsGrownSincePollination() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
getCurrentBoostTicks() - Method in class be.seeseemelk.mockbukkit.entity.PigMock
 
getCurrentServerTime() - Method in class be.seeseemelk.mockbukkit.ServerMock
This returns the current time of the Server in milliseconds
getCurrentTick() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Get the current tick of the server.
getCurrentTick() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getCursors() - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
getCustomEffects() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getCustomEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
getCustomEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
getCustomModelData() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getCustomName() - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
getCustomName() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
getCustomName() - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
getCustomName() - Method in class be.seeseemelk.mockbukkit.block.state.EnchantingTableMock
 
getCustomName() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getCustomSpawnedType() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
 
getCustomTagContainer() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getDamage() - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
getDamage() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getDamageAmount() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getDamageBuffer() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getDamageIncrease(int, EntityCategory) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
getData() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
Deprecated.
getData() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Deprecated.
getData() - Method in class be.seeseemelk.mockbukkit.CachedServerIconMock
 
getData(int, int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getData(int, int, int) - Method in class be.seeseemelk.mockbukkit.MockChunkData
Deprecated.
getDatapackManager() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getDataPackManager() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getDataVersion() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getDeathSound() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getDecor() - Method in class be.seeseemelk.mockbukkit.inventory.LlamaInventoryMock
 
getDefaultAttributeModifiers(Material, EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getDefaultBiome() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getDefaultEntityAttributes(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getDefaultGameMode() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getDefaultLeatherColor() - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
getDefaultPermissions(boolean) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
getDefaultPermissions(boolean) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
getDefaultPermSubscriptions(boolean) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
getDefaultPermSubscriptions(boolean) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
getDefaultRenderType() - Method in class be.seeseemelk.mockbukkit.scoreboard.CriteriaMock
 
getDefaultValue() - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
getDefaultValue(Attribute) - Static method in class be.seeseemelk.mockbukkit.attribute.AttributesMock
Gets the default value of an Attribute.
getDelay() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getDerailedVelocityMod() - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
getDestroyableKeys() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getDestroySpeed(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getDestroySpeed(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getDestroySpeed(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
getDifficulty() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getDirection() - Method in class be.seeseemelk.mockbukkit.entity.FireballMock
 
getDisabledSlots() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getDiscoveredRecipes() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getDisplayBlock() - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
Deprecated.
getDisplayBlockData() - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
getDisplayBlockOffset() - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
getDisplayItem() - Method in class be.seeseemelk.mockbukkit.entity.SizedFireballMock
 
getDisplayName() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
getDisplayName() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getDisplayName() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
Deprecated.
getDisplayName() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getDisplayNameComponent() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getDisplaySlot() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
getDomestication() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
getDrinkingSound(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getDropChance(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getDropChance(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getDrops() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getDrops() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getDrops(ItemStack, Entity) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getDrops(ItemStack, Entity) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getDrops(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getDrops(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getDuplicationCooldown() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
getDuration() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getDurationModifier() - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
Deprecated.
getDurationOnUse() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getEatingSound(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getEatingTicks() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
getEffect() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkEffectMetaMock
 
getEffectAttributes() - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
getEffectCategory() - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
getEffectivePermissions() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
getEffectivePermissions() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getEffectRange() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
getEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
getEffectsSize() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
getEggLayTime() - Method in class be.seeseemelk.mockbukkit.entity.ChickenMock
 
getEmptyChunkSnapshot(int, int, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEnchantLevel(Enchantment) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getEnchantmentSeed() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getEnchants() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getEnderChest() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getEnderDragonBattle() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEntities() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getEntities() - Method in class be.seeseemelk.mockbukkit.ServerMock
Returns a set of entities that exist on the server instance.
getEntities() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEntitiesByClass(Class<T>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEntitiesByClass(Class<T>...) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEntitiesByClasses(Class<?>...) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEntitiesInRange() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
getEntity() - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
 
getEntity() - Method in class be.seeseemelk.mockbukkit.entity.StorageMinecartMock
 
getEntity(UUID) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getEntity(UUID) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEntityAngryAt() - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
getEntityCount() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
getEntityCount() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEntityId() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getEntitySpawnReason() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getEntityState() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
getEntityState() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Get the current state of this entity
getEntityState() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getEntityState() - Method in class be.seeseemelk.mockbukkit.entity.PufferFishMock
 
getEntityTeam(Entity) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getEntries() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
getEntries() - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
getEntries() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getEntries() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getEntry() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
 
getEntryTeam(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getEnvironment() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getEquipment() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getEquipment() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getExecutionState() - Method in class be.seeseemelk.mockbukkit.scheduler.paper.PaperScheduledTask
 
getExhaustion() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getExitLocation() - Method in class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
 
getExp() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getExpCooldown() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getExperience() - Method in class be.seeseemelk.mockbukkit.entity.ExperienceOrbMock
 
getExpiration() - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
getExpiration() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
getExpiration() - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
getExplosionPower() - Method in class be.seeseemelk.mockbukkit.entity.GhastMock
 
getExplosionRadius() - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
getExpToLevel() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getExtraContents() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getEyeHeight() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getEyeHeight() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getEyeHeight(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getEyeHeight(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getEyeLocation() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getFace() - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
getFace(Block) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getFaces() - Method in class be.seeseemelk.mockbukkit.block.data.AmethystClusterMock
 
getFaces() - Method in class be.seeseemelk.mockbukkit.block.data.BedMock
 
getFaces() - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
getFaces() - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
getFaces() - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
getFaces() - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
getFaces() - Method in class be.seeseemelk.mockbukkit.block.data.WallSignMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.block.data.AmethystClusterMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.block.data.BedMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.block.data.WallSignMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getFacing() - Method in class be.seeseemelk.mockbukkit.entity.HangingMock
 
getFallDamageSound(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getFallDamageSoundBig() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getFallDamageSoundSmall() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getFallDistance() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getFeatureFlag(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getFeatureFlags() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getFireTicks() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getFireworkMeta() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
getFirstPlayed() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getFirstPlayed() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getFirstPlayed(UUID) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Gets the first time that this player was seen on the server.
getFirstTrustedPlayer() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
getFishHook() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getFlower() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
getFlower() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
getFlyingVelocityMod() - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
getFlySpeed() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getFoodLevel() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getForceLoadedChunks() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getFoxType() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
getFreezeTicks() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getFrictionState() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
getFrictionState() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getFuel() - Method in class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
 
getFuel() - Method in class be.seeseemelk.mockbukkit.inventory.BrewerInventoryMock
 
getFuel() - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
getFuelLevel() - Method in class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
 
getFullTime() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getFuseTicks() - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
getFuseTicks() - Method in class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
 
getGameMode() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getGameRuleDefault(GameRule<T>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getGameRules() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getGameRuleValue(GameRule<T>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getGameRuleValue(String) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getGameTime() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getGenerateStructures() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getGeneration() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
getGenerator() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getGlobalRegionScheduler() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getGroup() - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
getHalf() - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
getHalf() - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
getHandRaised() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getHandRaisedTime() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getHeadPose() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getHeadRotations() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getHeadRotationSpeed() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
getHealth() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
getHealth() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getHealthScale() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getHeardSounds() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getHeardSounds() - Method in interface be.seeseemelk.mockbukkit.sound.SoundReceiver
This returns a List of every AudioExperience this receiver has received.
getHeight() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getHeight(EntitySubType, EntityState) - Method in class be.seeseemelk.mockbukkit.entity.data.EntityData
Shortcut method to get the height of a entity
getHeldItemSlot() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getHelmet() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
getHelmet() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getHelmet() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getHelmetDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getHelmetDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getHelpMap() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getHelpTopic(String) - Method in class be.seeseemelk.mockbukkit.help.HelpMapMock
 
getHelpTopics() - Method in class be.seeseemelk.mockbukkit.help.HelpMapMock
 
getHiddenGene() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
getHideOnlinePlayers() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getHighestAnger() - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
getHighestBlockAt(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHighestBlockAt(int, int, HeightMap) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHighestBlockAt(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHighestBlockAt(Location, HeightMap) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHighestBlockYAt(int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getHighestBlockYAt(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHighestBlockYAt(int, int, HeightmapType) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getHighestBlockYAt(int, int, HeightMap) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHighestBlockYAt(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHighestBlockYAt(Location, HeightMap) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHive() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
getHolder() - Method in class be.seeseemelk.mockbukkit.inventory.BrewerInventoryMock
 
getHolder() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getHolder() - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
getHolder() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getHolder() - Method in class be.seeseemelk.mockbukkit.inventory.LecternInventoryMock
 
getHolder() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getHolder(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getHookedEntity() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getHumidity() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getHumidity(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getHumidity(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getHurtDirection() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getHurtSound() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getI18NDisplayName(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
Deprecated.
getId() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
getId() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
getIdleTimeout() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getIgnoredPlugins() - Method in class be.seeseemelk.mockbukkit.help.HelpMapMock
 
getInfiniburn() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getIngredient() - Method in class be.seeseemelk.mockbukkit.inventory.BrewerInventoryMock
 
getInhabitedTime() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getInitialDisabledPacks() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getInitialEnabledPacks() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getIntegrity() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getInteractableSideFor(double, double) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
getInventory() - Method in class be.seeseemelk.mockbukkit.entity.StorageMinecartMock
 
getIp() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getIPBans() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
 
getIPBans() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getItem() - Method in class be.seeseemelk.mockbukkit.entity.EggMock
 
getItem() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
getItem() - Method in class be.seeseemelk.mockbukkit.inventory.BeaconInventoryMock
 
getItem() - Method in class be.seeseemelk.mockbukkit.inventory.EnchantingInventoryMock
 
getItem(int) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
getItem(int) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getItem(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getItem(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getItem(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getItemAttributes(Material, EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getItemFactory() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getItemFlags() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getItemInHand() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
getItemInHand() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getItemInHand() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
Deprecated.
getItemInHand() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
Deprecated.
getItemInHandDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
Deprecated.
getItemInHandDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getItemInMainHand() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getItemInMainHand() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getItemInMainHandDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getItemInMainHandDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getItemInOffHand() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getItemInOffHand() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getItemInOffHandDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getItemInOffHandDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getItemInUse() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getItemMeta(Material) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
getItemOnCursor() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getItemRarity(Material) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getItems() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
 
getItemStack() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
getItemStackRarity(ItemStack) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getItemTarget() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
getItemTranslationKey(Material) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getItemUseRemainingTime() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getJukebox() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
getJumpStrength() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
getKeepSpawnInMemory() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.boss.KeyedBossBarMock
 
getKey() - Method in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
 
getKey() - Method in class be.seeseemelk.mockbukkit.GameEventMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.generator.structure.StructureMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.generator.structure.StructureTypeMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.inventory.meta.trim.TrimMaterialMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.inventory.meta.trim.TrimPatternMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.MusicInstrumentMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.tags.MaterialTagMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.tags.TagParser
 
getKey() - Method in class be.seeseemelk.mockbukkit.tags.TagWrapperMock
 
getKey() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getKeys() - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
getKiller() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getLaserDuration() - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
getLaserTicks() - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
getLastDamage() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getLastDamageCause() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getLastDeathLocation() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getLastDeathLocation() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getLastFilled() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
getLastFilled() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
getLastFilled() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
getLastFilled() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
getLastFilled() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
getLastFilled() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
getLastFilled() - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
getLastLogin() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getLastLogin() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getLastLogin(UUID) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Gets the last time a player was seen online.
getLastLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
getLastLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
getLastLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
getLastLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
getLastLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
getLastLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
getLastLooted(UUID) - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
getLastPlayed() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
Deprecated.
getLastPlayed() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
getLastSeen() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getLastSeen() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getLastSeen(UUID) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Gets the last time a player was seen online.
getLastTwoTargetBlocks(Set<Material>, int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getLastVibrationFrequency() - Method in class be.seeseemelk.mockbukkit.block.state.SculkSensorMock
 
getLeashHolder() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getLeftArmPose() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getLeftArmRotations() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getLeftLegPose() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getLeftLegRotations() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getLeggings() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
getLeggings() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getLeggings() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getLeggingsDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
getLeggingsDropChance() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getLevel() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getLevelType() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getLife() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
Deprecated, for removal: This API element is subject to removal in a future version.
getLightEmission() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
getLightFromBlocks() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getLightFromSky() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getLightLevel() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getLightLevel() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getLine(int) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
Deprecated.
getLineOfSight(Set<Material>, int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getLines() - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
Deprecated.
getListener() - Method in class be.seeseemelk.mockbukkit.plugin.ListenerEntry
 
getListenerRange() - Method in class be.seeseemelk.mockbukkit.block.state.SculkSensorMock
 
getListeningPluginChannels() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getListeningPluginChannels() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getListeningPluginChannels() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getLivingEntities() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getLoadedChunks() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getLoadLevel() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getLocale() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getLocalizedName() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getLocation() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getLocation() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getLocation() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getLocation() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getLocation() - Method in class be.seeseemelk.mockbukkit.sound.AudioExperience
This returns the Location at which this Sound was played.
getLocation(Location) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getLocation(Location) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getLocation(Location) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getLocationAtKey(long) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getLocationName() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
getLock() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
getLock() - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
getLodestone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
 
getLogger() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getLogicalHeight() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getLootTable() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
getLootTable() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
getLootTable() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
getLootTable() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
getLootTable() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
getLootTable() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
getLootTable() - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
getLootTable() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
getLootTable(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getLore() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getLoreComponents() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getLoveModeTicks() - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
getMainGene() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
getMainHand() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getMainLevelName() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getMainScoreboard() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardManagerMock
 
getMainThreadExecutor(Plugin) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
getMap(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getMapId() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
getMapView() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
getMapView() - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
getMaterial() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
getMaterial(String, int) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getMatrix() - Method in class be.seeseemelk.mockbukkit.inventory.WorkbenchInventoryMock
 
getMaxCenterCoordinate() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getMaxChainedNeighborUpdates() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getMaxChainedNeighbourUpdates() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getMaxDomestication() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
getMaxEntities() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
getMaxFireTicks() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getMaxFreezeTicks() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getMaxFuseTicks() - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
getMaxHeadPitch() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
getMaxHealth() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getMaxHeight() - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
getMaxHeight() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getMaximumAir() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getMaximumNoDamageTicks() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getMaximumRepairCost() - Method in class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
 
getMaxLevel() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
getMaxLife() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
Deprecated, for removal: This API element is subject to removal in a future version.
getMaxLureAngle() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getMaxLureTime() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getMaxNearbyEntities() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getMaxPlayers() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
 
getMaxPlayers() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getMaxSchoolSize() - Method in class be.seeseemelk.mockbukkit.entity.SchoolableFishMock
 
getMaxSize() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getMaxSpawnDelay() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getMaxSpeed() - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
getMaxStackSize() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getMaxWaitTime() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getMaxWorldSize() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getMaxWorldSize() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getMemory(MemoryKey<T>) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getMessenger() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getMetadata() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getMetadata(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getMetadata(String) - Method in class be.seeseemelk.mockbukkit.metadata.MetadataTable
 
getMetadata(String) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getMetadata(String) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getMetadata(String) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getMethod() - Method in class be.seeseemelk.mockbukkit.plugin.ListenerEntry
 
getMinecartMaterial() - Method in class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
 
getMinecartMaterial() - Method in class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
 
getMinecartMaterial() - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
 
getMinecartMaterial() - Method in class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
 
getMinecartMaterial() - Method in class be.seeseemelk.mockbukkit.entity.RideableMinecartMock
 
getMinecartMaterial() - Method in class be.seeseemelk.mockbukkit.entity.SpawnerMinecartMock
 
getMinecartMaterial() - Method in class be.seeseemelk.mockbukkit.entity.StorageMinecartMock
 
getMinecraftVersion() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getMinHeight() - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
getMinHeight() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getMinLureAngle() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getMinLureTime() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getMinSpawnDelay() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getMinWaitTime() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getMirror() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getMobGoals() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getMock() - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Get the mock server instance.
getModifiers() - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
getMonsterSpawnLimit() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getMonsterSpawnLimit() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getMoonPhase() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getMoreCarrotTicks() - Method in class be.seeseemelk.mockbukkit.entity.RabbitMock
 
getMotd() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getName() - Method in class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
 
getName() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
getName() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
getName() - Method in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
 
getName() - Method in enum class be.seeseemelk.mockbukkit.entity.data.EntitySubType
 
getName() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getName() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getName() - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
getName() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
getName() - Method in class be.seeseemelk.mockbukkit.scoreboard.CriteriaMock
 
getName() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
getName() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getName() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getName() - Method in class be.seeseemelk.mockbukkit.tags.internal.InternalTag
 
getName() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getNameTagVisibility() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
Deprecated. 
getNearbyEntities(double, double, double) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getNearbyEntities(Location, double, double, double) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getNearbyEntities(Location, double, double, double, Predicate<Entity>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getNearbyEntities(BoundingBox) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getNearbyEntities(BoundingBox, Predicate<Entity>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getNewScoreboard() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardManagerMock
 
getNextRefill() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
getNextRefill() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
getNextRefill() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
getNextRefill() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
getNextRefill() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
getNextRefill() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
getNextRefill() - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
getNoActionTicks() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getNoDamageTicks() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getNoDamageTicks() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getNoteBlockSound() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
getNoteBlockSound() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
getNoTickViewDistance() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
getNoTickViewDistance() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getNumberOfItems(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Get the number of times a certain item is in the inventory.
getNumberOfQueuedAsyncTasks() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Gets the number of async tasks which are awaiting execution.
getObjective() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
 
getObjective(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getObjective(DisplaySlot) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getObjectives() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getObjectivesByCriteria(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getObjectivesByCriteria(Criteria) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getOfflinePlayer(String) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Gets an offline, or online player by name.
getOfflinePlayer(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getOfflinePlayer(UUID) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Gets an offline, or online player by UUID.
getOfflinePlayer(UUID) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getOfflinePlayerIfCached(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getOfflinePlayers() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
 
getOfflinePlayers() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getOnlineMode() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getOnlinePlayers() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
 
getOnlinePlayers() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getOpenInventory() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getOperators() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
 
getOperators() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getOption(Team.Option) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getOrCreateMock() - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Get the mock server instance.
getOrDefault(NamespacedKey, PersistentDataType<T, Z>, Z) - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
getOrigin() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getOriginalTitle() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
 
getOverdueTasks() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
getOwner() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
getOwner() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
getOwner() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
getOwner() - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
 
getOwner() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
Deprecated.
getOwner() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
 
getOwnerProfile() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
Deprecated.
getOwnerProfile() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
Deprecated.
getOwnerUniqueId() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
getOwnerUniqueId() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getOwnerUniqueId() - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
getOwnerUniqueId() - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
 
getOwningPlayer() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
getOwningPlayer() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
getOwningPlugin() - Method in class be.seeseemelk.mockbukkit.scheduler.paper.PaperScheduledTask
 
getPage() - Method in class be.seeseemelk.mockbukkit.block.state.LecternMock
 
getPage(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
Deprecated.
getPageCount() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
getPages() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
Deprecated.
getParentTemporaryDirectory() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Creates a new unique temporary directory.
getPart() - Method in class be.seeseemelk.mockbukkit.block.data.BedMock
 
getParticle() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getPassenger() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Deprecated.
getPassengers() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getPathfinder() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
getPattern() - Method in class be.seeseemelk.mockbukkit.entity.TropicalFishMock
 
getPattern() - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
getPattern(int) - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
getPattern(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
getPatternColor() - Method in class be.seeseemelk.mockbukkit.entity.TropicalFishMock
 
getPatternColor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
getPatterns() - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
getPatterns() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
getPendingTasks() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
getPeriod() - Method in class be.seeseemelk.mockbukkit.scheduler.RepeatingTask
Gets the period of the timer.
getPermission(String) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
getPermission(String) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
getPermissionMessage() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPermissions() - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
getPermissions() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
getPermissionSubscriptions(String) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
getPermissionSubscriptions(String) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
getPersistentDataContainer() - Method in class be.seeseemelk.mockbukkit.block.state.TileStateMock
 
getPersistentDataContainer() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getPersistentDataContainer() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getPersistentDataContainer() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getPersistentDataContainer() - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataHolderMock
 
getPersistentDataContainer() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getPickupCooldown() - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
Deprecated, for removal: This API element is subject to removal in a future version.
getPickupDelay() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
getPickupSound() - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
getPickupSound() - Method in class be.seeseemelk.mockbukkit.entity.FishMock
 
getPickupSound() - Method in class be.seeseemelk.mockbukkit.entity.TadpoleMock
 
getPing() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPistonMoveReaction() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getPistonMoveReaction() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
getPistonMoveReaction() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getPitch() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getPitch() - Method in class be.seeseemelk.mockbukkit.sound.AudioExperience
The pitch of this Sound
getPixel(int, int) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
getPixelColor(int, int) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
getPlaceableKeys() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getPlacementMaterial() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
getPlayer() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getPlayer() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPlayer() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
 
getPlayer() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
Deprecated.
getPlayer(int) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Gets a player at the provided index.
getPlayer(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Get a specific mock player.
getPlayer(String) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Finds the player with the closest matching name.
getPlayer(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPlayer(UUID) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
 
getPlayer(UUID) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPlayerCount() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getPlayerExact(String) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Matches a player by their exact name.
getPlayerExact(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPlayerList() - Method in class be.seeseemelk.mockbukkit.ServerMock
Returns the MockPlayerList instance that is used by this server.
getPlayerListFooter() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPlayerListHeader() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPlayerListName() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
getPlayerProfile() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
getPlayerProfile() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getPlayerProfile() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPlayerProfile() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
getPlayers() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
getPlayers() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
Deprecated.
getPlayers() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
Deprecated. 
getPlayers() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getPlayerTeam(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getPlayerTime() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPlayerTimeOffset() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPlayerUniqueId(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPlayerWeather() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPlaying() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
getPlugin() - Method in class be.seeseemelk.mockbukkit.plugin.ListenerEntry
 
getPlugin() - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
getPlugin(String) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
getPluginChunkTickets() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getPluginChunkTickets() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getPluginChunkTickets(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getPluginCommand(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPluginDescription(File) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginLoader
 
getPluginFileFilters() - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginLoader
 
getPluginManager() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPlugins() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
getPluginsFolder() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPopulators() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getPort() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPortalCooldown() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getPose() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getPossibleExperienceReward() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
getPotentialBedLocation() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getPotionBrewer() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getPotionEffect() - Method in class be.seeseemelk.mockbukkit.potion.ActivePotionEffect
This method returns the underlying PotionEffect
getPotionEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getPower() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
getPrefix() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getPreviousGameMode() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getPrimaryEffect() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
getProfileBans() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
 
getProgress() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
getProperties() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
getProtocolVersion() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getProtocolVersion() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getPuffState() - Method in class be.seeseemelk.mockbukkit.entity.PufferFishMock
 
getPushX() - Method in class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
 
getPushZ() - Method in class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
 
getPVP() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getRabbitType() - Method in class be.seeseemelk.mockbukkit.entity.RabbitMock
 
getRadius() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getRadiusOnUse() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getRadiusPerTick() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getRaids() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getRarity() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
getRawBiomeTemperature(int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getRawBiomeTemperature(int, int, int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getRawData() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Deprecated.
getReapplicationDelay() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getReason() - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
getReason() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
getReason() - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
getRecipe() - Method in class be.seeseemelk.mockbukkit.inventory.SmithingInventoryMock
 
getRecipe() - Method in class be.seeseemelk.mockbukkit.inventory.WorkbenchInventoryMock
 
getRecipe(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getRecipes() - Method in class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
 
getRecipesFor(ItemStack) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getRecipesUsed() - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
getRecipeUsedCount(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
getRecord() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
getRegionScheduler() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getRegistry() - Method in enum class be.seeseemelk.mockbukkit.tags.TagRegistry
 
getRegistry() - Method in class be.seeseemelk.mockbukkit.tags.TagWrapperMock
 
getRegistry(Class<T>) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getRelatedClass() - Method in class be.seeseemelk.mockbukkit.tags.internal.InternalTag
 
getRelatedTags() - Method in enum class be.seeseemelk.mockbukkit.tags.internal.InternalTagRegistry
 
getRelative(int, int, int) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getRelative(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getRelative(BlockFace, int) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getRelativePosition() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getRemainingAir() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getRemoveWhenFarAway() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getRenameText() - Method in class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
 
getRenderers() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
getRenderType() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
getRepairCost() - Method in class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
 
getRepairCost() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
getRepairCostAmount() - Method in class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
 
getRequiredPlayerRange() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getResonatingTicks() - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
getResourcePack() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getResourcePackHash() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
getResourcePackHash() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getResourcePackPrompt() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getResourcePackStatus() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getResult() - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
getResult() - Method in class be.seeseemelk.mockbukkit.inventory.SmithingInventoryMock
 
getResult() - Method in class be.seeseemelk.mockbukkit.inventory.WorkbenchInventoryMock
 
getRightArmPose() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getRightArmRotations() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getRightLegPose() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getRightLegRotations() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getRollingOverride() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
getRotation() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
getRotation() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getRunnable() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Get the task itself that will be run.
getSaddle() - Method in class be.seeseemelk.mockbukkit.inventory.AbstractHorseInventoryMock
 
getSaturatedRegenRate() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getSaturation() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getScale() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
getScheduledTick() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Get the tick at which the task is scheduled to run at.
getScheduler() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getScheduler() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getSchoolLeader() - Method in class be.seeseemelk.mockbukkit.entity.SchoolableFishMock
 
getSchoolSize() - Method in class be.seeseemelk.mockbukkit.entity.SchoolableFishMock
 
getScore() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
 
getScore(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
getScore(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
Deprecated.
getScoreboard() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getScoreboard() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
getScoreboard() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
 
getScoreboard() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getScoreboardCriteria(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getScoreboardEntry() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Gets the scoreboard entry for this entity.
getScoreboardEntry() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getScoreboardEntryName() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getScoreboardManager() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getScoreboardTags() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getScoreFor(Entity) - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
getScores(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getScores(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getScoresFor(Entity) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getSeaLevel() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getSecondary() - Method in class be.seeseemelk.mockbukkit.inventory.EnchantingInventoryMock
 
getSecondaryEffect() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
getSecondTrustedPlayer() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
getSeed() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
getSeed() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getSendViewDistance() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getSendViewDistance() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getServer() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
getServer() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getServerConfiguration() - Method in class be.seeseemelk.mockbukkit.ServerMock
Exposes the ServerConfiguration of this ServerMock.
getServerIcon() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getServerIp() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getServerPort() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getServicesManager() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getShakingTicks() - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
getShape() - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
getShieldBlockingDelay() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getShooter() - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
getShoulderEntityLeft() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getShoulderEntityRight() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getShutdownMessage() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getShutdownMessage() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getSide(Side) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
getSimulationDistance() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getSimulationDistance() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getSimulationDistance() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getSimulationDistance() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getSize() - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
getSize() - Method in class be.seeseemelk.mockbukkit.entity.SlimeMock
 
getSize() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getSize() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getSize() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getSkeletonType() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonMock
Deprecated.
getSkeletonType() - Method in class be.seeseemelk.mockbukkit.entity.StrayMock
Deprecated.
getSkeletonType() - Method in class be.seeseemelk.mockbukkit.entity.WitherSkeletonMock
Deprecated.
getSkullType() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
Deprecated.
getSleepTicks() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getSmelting() - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BedMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BlastFurnaceMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
This returns a copy of this BlockStateMock.
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.ComparatorMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.ConduitMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.DaylightDetectorMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.EnchantingTableMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.EnderChestMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.JigsawMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.LecternMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.SculkCatalystMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.SculkSensorMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.SculkShriekerMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.SmokerMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.TileStateMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.BarrelInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.BeaconInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.BrewerInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.CartographyInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.ChestInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.DispenserInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.DropperInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.GrindstoneInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.HopperInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Creates a snapshot of the inventory.
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.LecternInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.LoomInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.ShulkerBoxInventoryMock
 
getSnapshot() - Method in class be.seeseemelk.mockbukkit.inventory.StonecutterInventoryMock
 
getSnapshotInventory() - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
getSnapshotInventory() - Method in class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
 
getSnapshotInventory() - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
getSnapshotInventory() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
getSneezeTicks() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
getSound() - Method in class be.seeseemelk.mockbukkit.sound.AudioExperience
This returns the Sound that was played.
getSoundGroup() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
Deprecated, for removal: This API element is subject to removal in a future version.
getSoundGroup() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
getSource() - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
getSource() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
getSource() - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
getSource() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getSource() - Method in class be.seeseemelk.mockbukkit.sound.AudioExperience
This method returns the Sound.Source with which the Sound was played.
getSourceEntityId() - Method in class be.seeseemelk.mockbukkit.entity.ExperienceOrbMock
 
getSpawnCategory() - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
getSpawnCategory() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getSpawnCategory() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getSpawnCategory() - Method in class be.seeseemelk.mockbukkit.entity.MonsterMock
 
getSpawnCount() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getSpawnedType() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getSpawnedType() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
 
getSpawnEgg(EntityType) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
getSpawningEntity() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
getSpawnLimit(SpawnCategory) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getSpawnLimit(SpawnCategory) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getSpawnLocation() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getSpawnRadius() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getSpawnRange() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
getSpawnReason() - Method in class be.seeseemelk.mockbukkit.entity.ExperienceOrbMock
 
getSpectatorTarget() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getStartLevel() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
getStarvationRate() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getState() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getState() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getState(boolean) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getStatistic(Statistic) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getStatistic(Statistic) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getStatistic(Statistic) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Gets the value of the given statistic for this player.
getStatistic(Statistic, EntityType) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getStatistic(Statistic, EntityType) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getStatistic(Statistic, EntityType) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Gets the value of the given statistic for this player.
getStatistic(Statistic, Material) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getStatistic(Statistic, Material) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getStatistic(Statistic, Material) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Gets the value of the given statistic for this player.
getStatisticCriteriaKey(Statistic) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getSteerMaterial() - Method in class be.seeseemelk.mockbukkit.entity.PigMock
 
getStewEffectDuration() - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
getStewEffectType() - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
getStorageContents() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getStorageContents() - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
getStoredEnchantLevel(Enchantment) - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
getStoredEnchants() - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
getStrength() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
getStructureManager() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getStructureName() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getStructureSize() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getStructureType() - Method in class be.seeseemelk.mockbukkit.generator.structure.StructureMock
 
getStyle() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
getStyle() - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
 
getSubTags() - Method in class be.seeseemelk.mockbukkit.tags.TagWrapperMock
 
getSubType() - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
getSubType() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Get the current subtype of the entity
getSuccessCount() - Method in interface be.seeseemelk.mockbukkit.command.CommandBlockHolderMock
 
getSuccessCount() - Method in class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
 
getSuffix() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
getSwimHighSpeedSplashSound() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getSwimSound() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getSwimSplashSound() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getTag(String, NamespacedKey, Class<T>) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getTagRegistryEquivalent() - Method in enum class be.seeseemelk.mockbukkit.tags.internal.InternalTagRegistry
 
getTags() - Method in enum class be.seeseemelk.mockbukkit.tags.TagRegistry
 
getTags(String, Class<T>) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getTailAngle() - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
getTarget() - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
Deprecated.
getTarget() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
Deprecated.
getTarget() - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
Deprecated.
getTarget() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
getTargetBlock(int, TargetBlockInfo.FluidMode) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetBlock(Set<Material>, int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetBlockExact(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetBlockExact(int, FluidCollisionMode) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetBlockFace(int, TargetBlockInfo.FluidMode) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetBlockFace(int, FluidCollisionMode) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetBlockInfo(int, TargetBlockInfo.FluidMode) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetEntity(int, boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetEntityInfo(int, boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
getTargetLocation() - Method in class be.seeseemelk.mockbukkit.entity.BatMock
 
getTaskId() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
 
getTeam(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getTeams() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
getTeleportCause() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Get the cause of the last teleport.
getTemperature() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getTemperature(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getTemperature(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getTextures() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
getThread() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
 
getThrower() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
getThunderDuration() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getTickableTileEntityCount() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getTicksFlown() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
getTicksLived() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getTicksPerAmbientSpawns() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getTicksPerAmbientSpawns() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getTicksPerAnimalSpawns() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getTicksPerAnimalSpawns() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getTicksPerMonsterSpawns() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getTicksPerMonsterSpawns() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getTicksPerSpawns(SpawnCategory) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getTicksPerSpawns(SpawnCategory) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getTicksPerWaterAmbientSpawns() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getTicksPerWaterAmbientSpawns() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getTicksPerWaterSpawns() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getTicksPerWaterSpawns() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getTicksPerWaterUndergroundCreatureSpawns() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getTicksPerWaterUndergroundCreatureSpawns() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getTicksSincePollination() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
getTicksToDetonate() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
getTickTimes() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getTier() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
getTileEntities() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getTileEntities(boolean) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getTileEntities(Predicate<Block>, boolean) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getTileEntityCount() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getTime() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getTimingsServerName() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getTitle() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
getTitle() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
 
getTitle() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
getTongueTarget() - Method in class be.seeseemelk.mockbukkit.entity.FrogMock
 
getTopInventory() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
 
getTotalExperience() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getTPS() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getTrackedCriteria() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
getTrackedPlayers() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getTransitivePassengers() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Gets a list of transitive passengers on this vehicle (passengers of passengers).
getTranslationKey() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getTranslationKey(EntityType) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getTranslationKey(ItemStack) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getTrapTime() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
 
getTriggerEntityId() - Method in class be.seeseemelk.mockbukkit.entity.ExperienceOrbMock
 
getType() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getType() - Method in class be.seeseemelk.mockbukkit.block.data.SlabMock
 
getType() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.BatMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.BlazeMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.CamelMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.CaveSpiderMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.ChickenMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.CodMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.CowMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.DonkeyMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.DragonFireballMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.EggMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.ElderGuardianMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.ExperienceOrbMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.FrogMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.GhastMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.GiantMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.HangingMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.LargeFireballMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.MuleMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.OcelotMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.PigMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.PolarBearMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.PufferFishMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.RabbitMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.RideableMinecartMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SalmonMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SheepMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SizedFireballMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SlimeMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SmallFireballMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SpawnerMinecartMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.SpiderMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.StorageMinecartMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.StrayMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.TadpoleMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.TropicalFishMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.WitherSkeletonMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.WitherSkullMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.ZombieHorseMock
 
getType() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
getType() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getType() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
 
getType(int, int, int) - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
getType(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getType(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getTypeAndData(int, int, int) - Method in class be.seeseemelk.mockbukkit.MockChunkData
Deprecated.
getUID() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getUnhappyTicks() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
getUniqueId() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getUniqueId() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
getUniqueId() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
Deprecated.
getUnsafe() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getUnsaturatedRegenRate() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
getUpdateFolder() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getUpdateFolder() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getUpdateFolderFile() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getUsageMode() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
getValue() - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
getValueFromKey(String, EntitySubType, EntityState) - Method in class be.seeseemelk.mockbukkit.entity.data.EntityData
Gets entity data for a specific key.
getValues() - Method in class be.seeseemelk.mockbukkit.tags.internal.InternalTag
 
getValues() - Method in class be.seeseemelk.mockbukkit.tags.MaterialTagMock
 
getValues() - Method in class be.seeseemelk.mockbukkit.tags.TagWrapperMock
 
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.CamelMock
 
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.DonkeyMock
Deprecated.
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.FrogMock
 
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
Deprecated.
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
Deprecated.
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.MuleMock
Deprecated.
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
Deprecated.
getVariant() - Method in class be.seeseemelk.mockbukkit.entity.ZombieHorseMock
Deprecated.
getVariant() - Method in class be.seeseemelk.mockbukkit.inventory.meta.AxolotlBucketMetaMock
 
getVehicle() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getVelocity() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getVersion() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getVersionFetcher() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
getViewDistance() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
getViewDistance() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getViewDistance() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getViewDistance() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getViewers() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
getVillagerProfession() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
getVirtualHost() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getVolume() - Method in class be.seeseemelk.mockbukkit.sound.AudioExperience
The volume of this Sound
getWaitTime() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
getWaitTime() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
getWalkSpeed() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getWardenTimeSinceLastWarning() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getWardenWarningCooldown() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getWardenWarningLevel() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getWarningDistance() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getWarningLevel() - Method in class be.seeseemelk.mockbukkit.block.state.SculkShriekerMock
 
getWarningState() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getWarningTime() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getWaterAmbientSpawnLimit() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getWaterAmbientSpawnLimit() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getWaterAnimalSpawnLimit() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getWaterAnimalSpawnLimit() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getWaterUndergroundCreatureSpawnLimit() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated.
getWaterUndergroundCreatureSpawnLimit() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getWeatherDuration() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getWhitelistedPlayers() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getWidth() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getWidth(EntitySubType, EntityState) - Method in class be.seeseemelk.mockbukkit.entity.data.EntityData
Shortcut method to get the width of a entity
getWorld() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getWorld() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getWorld() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getWorld() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getWorld() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
getWorld() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
getWorld(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getWorld(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getWorld(UUID) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getWorldBorder() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
getWorldBorder() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getWorldContainer() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getWorldFolder() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
getWorldName() - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getWorlds() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getWorldType() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
getWorldType() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
getX() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getX() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getX() - Method in class be.seeseemelk.mockbukkit.ChunkCoordinate
 
getX() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getX() - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getX() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getY() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getY() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getY() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getYaw() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
getYield() - Method in class be.seeseemelk.mockbukkit.entity.FireballMock
 
getZ() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
getZ() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
getZ() - Method in class be.seeseemelk.mockbukkit.ChunkCoordinate
 
getZ() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
getZ() - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
getZ() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
GhastMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Ghast.
GhastMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.GhastMock
Constructs a new GhastMock on the provided ServerMock with a specified UUID.
GiantMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Giant.
GiantMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.GiantMock
Constructs a new GiantMock on the provided ServerMock with a specified UUID.
giveExp(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
giveExp(int, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
giveExpLevels(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
GLIDING - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is gliding, for example a player using elytra
GoatMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Goat.
GoatMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.GoatMock
Constructs a new GoatMock on the provided ServerMock with a specified UUID.
GrindstoneInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a GrindstoneInventory.
GrindstoneInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.GrindstoneInventoryMock
Constructs a new GrindstoneInventoryMock for the given holder.
gsonComponentSerializer() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated, for removal: This API element is subject to removal in a future version.
GuardianMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Guardian.
GuardianMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.GuardianMock
Constructs a new on the provided ServerMock with a specified UUID.

H

HangingMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Hanging.
HangingMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.HangingMock
Constructs a new HangingMock on the provided ServerMock with a specified UUID.
has(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
has(NamespacedKey, PersistentDataType<T, Z>) - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
hasAI() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
hasArms() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
hasAttributeModifiers() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasAuthor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
hasBasePlate() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
hasBedrockCeiling() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated, for removal: This API element is subject to removal in a future version.
hasBeenFilled() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
hasBeenFilled() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
hasBeenFilled() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
hasBeenFilled() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
hasBeenFilled() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
hasBeenFilled() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
hasBeenFilled() - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
hasBeenShot() - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
hasBeenStaredAt() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
hasCaravanTail() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
hasCeiling() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
hasChargedProjectiles() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
 
hasCollisionsIn(BoundingBox) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
hasColor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
hasColor() - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
hasColor() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
hasConflictingEnchant(Enchantment) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasConflictingStoredEnchant(Enchantment) - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
hasCooldown(Material) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
hasCustomEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
hasCustomEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
hasCustomEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
hasCustomEffects() - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
hasCustomEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
hasCustomEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
hasCustomModelData() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasDamage() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasDefaultEntityAttributes(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
hasDestroyableKeys() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasDiscoveredRecipe(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
hasDisplayName() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasEffect() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkEffectMetaMock
 
hasEffects() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
hasEnchant(Enchantment) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasEnchants() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasEntity(Entity) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
hasEntry(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
hasEquipmentLock(EquipmentSlot, ArmorStand.LockType) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
hasExpired() - Method in class be.seeseemelk.mockbukkit.potion.ActivePotionEffect
This returns whether this PotionEffect has expired.
hasFixedPose() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
hasFlag(BarFlag) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
hasFlyingFallDamage() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
hasGeneration() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
hasGravity() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.ChunkCoordinate
 
hashCode() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.Coordinate
 
hashCode() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.AxolotlBucketMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkEffectMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.LeatherArmorMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
hashCode() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
hashCode() - Method in class be.seeseemelk.mockbukkit.scoreboard.CriteriaMock
 
hasItemFlag(ItemFlag) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasItems() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
 
hasLaser() - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
hasLeftHorn() - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
 
hasLeftShooter() - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
hasLineOfSight(Entity) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
hasLineOfSight(Location) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
hasLocalizedName() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasLocationName() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
hasLodestone() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
 
hasLore() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasMapId() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
hasMapView() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
hasMetadata(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
hasMetadata(String) - Method in class be.seeseemelk.mockbukkit.metadata.MetadataTable
 
hasMetadata(String) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
hasMetadata(String) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
hasMetadata(String) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
hasNectar() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
hasNoBasePlate() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
hasOwner() - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
hasOwner() - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
hasPages() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
hasPassengers() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Check if the entity has passengers.
hasPendingRefill() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
hasPendingRefill() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
hasPendingRefill() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
hasPendingRefill() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
hasPendingRefill() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
hasPendingRefill() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
hasPendingRefill() - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
hasPermission(String) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
hasPermission(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
hasPermission(Permission) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
hasPermission(Permission) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
hasPlaceableKeys() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasPlayedBefore() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
hasPlayedBefore() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
hasPlayedBefore(UUID) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Checks if a player has played before.
hasPlayer(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
Deprecated. 
hasPlayerLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
hasPlayerLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
hasPlayerLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
hasPlayerLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
hasPlayerLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
hasPlayerLooted(UUID) - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
hasPlayerLooted(UUID) - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
hasPotionEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
hasProperty(String) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
hasRaids() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
hasRecipes() - Method in class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
 
hasRecipeUsedCount(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
hasRecord() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
hasRepairCost() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
hasResourcePack() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
hasRightHorn() - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
 
hasSaddle() - Method in class be.seeseemelk.mockbukkit.entity.PigMock
 
hasSeenWinScreen() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
hasSkylight() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated, for removal: This API element is subject to removal in a future version.
hasSkyLight() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
hasStoredEnchant(Enchantment) - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
hasStoredEnchants() - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
hasStorm() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
hasStung() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
hasSucceeded() - Method in class be.seeseemelk.mockbukkit.command.CommandResult
Check if the command executed successfully.
hasTeleported() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Checks if the player has been teleported since the last assert or EntityMock.clearTeleported().
hasTitle() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
hasVariant() - Method in class be.seeseemelk.mockbukkit.inventory.meta.AxolotlBucketMetaMock
 
hasVariant() - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
hasWhitelist() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
health - Variable in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
How much health the entity has.
HEIGHT - Static variable in class be.seeseemelk.mockbukkit.entity.data.EntityData
 
HELMET - Static variable in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
The slot the helmet is in.
HelpMapMock - Class in be.seeseemelk.mockbukkit.help
Mock implementation of a HelpMap.
HelpMapMock() - Constructor for class be.seeseemelk.mockbukkit.help.HelpMapMock
 
hide() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
Deprecated.
hideBossBar(BossBar) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
hideEntity(Plugin, Entity) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
hidePlayer(Player) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
hidePlayer(Plugin, Player) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
hideTitle() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
hitEntity(Entity) - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
hitEntity(Entity, Vector) - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
HopperInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a Hopper InventoryType.
HopperInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.HopperInventoryMock
Constructs a new HopperInventoryMock for the given holder.
HopperMinecartMock - Class in be.seeseemelk.mockbukkit.entity
 
HopperMinecartMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
Constructs a new HopperMinecartMock on the provided ServerMock with a specified UUID.
HopperMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Hopper.
HopperMock(HopperMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.HopperMock
Constructs a new HopperMock by cloning the data from an existing one.
HopperMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.HopperMock
Constructs a new HopperMock for the provided Block.
HopperMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.HopperMock
Constructs a new HopperMock for the provided Material.
HorseInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a HorseInventory.
HorseInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.HorseInventoryMock
Constructs a new HorseInventoryMock for the given holder.
HorseMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Horse.
HorseMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.HorseMock
Constructs a new HorseMock on the provided ServerMock with a specified UUID.
HOTBAR - Static variable in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
The starting slot of the hotbar.
hoverContentOf(Entity) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
Deprecated.
hoverContentOf(Entity, BaseComponent[]) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
Deprecated.
hoverContentOf(Entity, String) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
Deprecated.
hoverContentOf(Entity, BaseComponent) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
Deprecated.
hoverContentOf(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
Deprecated.
HumanEntityMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a HumanEntity.
HumanEntityMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.HumanEntityMock
Constructs a new HumanEntityMock on the provided ServerMock with a specified UUID.

I

ignite() - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
ignite() - Method in class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
 
inCaravan() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
increaseAnger(Entity, int) - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
increaseWardenWarningLevel() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
incrementStatistic(Statistic) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
incrementStatistic(Statistic) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
incrementStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
incrementStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
incrementStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Increments the given statistic for this player.
incrementStatistic(Statistic, EntityType) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
incrementStatistic(Statistic, EntityType) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
incrementStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
incrementStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
incrementStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Increments the given statistic for this player for the given entity.
incrementStatistic(Statistic, Material) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
incrementStatistic(Statistic, Material) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
incrementStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
incrementStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
incrementStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Increments the given statistic for this player for the given material.
init(JavaPlugin) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
inPowderedSnowTime() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonMock
 
insertInternalTagValues(InternalTagRegistry) - Method in class be.seeseemelk.mockbukkit.tags.internal.InternalTagParser
 
InternalTag<T> - Class in be.seeseemelk.mockbukkit.tags.internal
 
InternalTagMisconfigurationException - Exception in be.seeseemelk.mockbukkit.tags.internal
 
InternalTagParser - Class in be.seeseemelk.mockbukkit.tags.internal
 
InternalTagParser() - Constructor for class be.seeseemelk.mockbukkit.tags.internal.InternalTagParser
 
InternalTagRegistry - Enum Class in be.seeseemelk.mockbukkit.tags.internal
 
InventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an Inventory.
InventoryMock(InventoryHolder, int, InventoryType) - Constructor for class be.seeseemelk.mockbukkit.inventory.InventoryMock
Constructs a new InventoryMock for the given holder, with a specific size and InventoryType.
InventoryMock(InventoryHolder, InventoryType) - Constructor for class be.seeseemelk.mockbukkit.inventory.InventoryMock
Constructs a new InventoryMock for the given holder with a specific InventoryType.
InventoryViewMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an InventoryView.
InventoryViewMock(HumanEntity, String, Inventory, Inventory, InventoryType) - Constructor for class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
Constructs a new InventoryViewMock with the provided parameters.
invoke(Event) - Method in class be.seeseemelk.mockbukkit.plugin.ListenerEntry
Tries to invoke the method handler with a given event.
invokeUnsafe(Event) - Method in class be.seeseemelk.mockbukkit.plugin.ListenerEntry
Tries to invoke the method, but will cast any exceptions to RuntimeExceptions.
isActivated() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
isAdult() - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
isAdult() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
isAllowEnd() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isAllowFlight() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isAllowingServerListings() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isAllowNether() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isAngry() - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
isApplicable(ItemMeta, ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
isApplicable(ItemMeta, Material) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
isArmsRaised() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
isAutoSave() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isAwake() - Method in class be.seeseemelk.mockbukkit.entity.BatMock
 
isAware() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
isBaby() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
isBanned() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
isBanned() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isBanned(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
isBanned(String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
isBanned(String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
isBanned(InetAddress) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
isBanned(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
Deprecated.
isBedWorks() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isBlockFaceIndirectlyPowered(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isBlockFacePowered(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isBlockIndirectlyPowered() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isBlocking() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
isBlockPowered() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isBoundingBoxVisible() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
isBreedItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
isBreedItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
isBreedItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.ChickenMock
 
isBreedItem(Material) - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
isBuildable() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isBurnable() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isCancelled() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
 
isCarryingChest() - Method in class be.seeseemelk.mockbukkit.entity.ChestedHorseMock
 
isCarryingChest() - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
 
isCharged() - Method in class be.seeseemelk.mockbukkit.entity.WitherSkullMock
 
isCharging() - Method in class be.seeseemelk.mockbukkit.entity.GhastMock
 
isChargingAttack() - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
 
isChargingAttack() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
isChickenJockey() - Method in class be.seeseemelk.mockbukkit.entity.ChickenMock
 
isChunkForceLoaded(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isChunkGenerated(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isChunkInUse(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
isChunkLoaded(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isChunkLoaded(Chunk) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isClearWeather() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isClimbing() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isCollidable() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isCollidable() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
isCollidable() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isCollidable(Material) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
isCompatibleFor(Event) - Method in class be.seeseemelk.mockbukkit.plugin.ListenerEntry
Checks if this method is compatible for a given event type.
isComplete() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
isConnected() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
isConnected() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isConversing() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
isConversing() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isConverting() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonMock
 
isConverting() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
isCookingDisabled(int) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
isCrouching() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
isCurrentlyRunning(int) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
isCursed() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
isCustomNameVisible() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isDancing() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
isDashing() - Method in class be.seeseemelk.mockbukkit.entity.CamelMock
 
isDayTime() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isDead() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isDead() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isDeeplySleeping() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
isDefending() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
isDetonated() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
isDiscoverable() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
isDrowning() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
isEating() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
isEating() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
isEatingGrass() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
Deprecated.
isEatingHaystack() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
isEditable() - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
isElder() - Method in class be.seeseemelk.mockbukkit.entity.ElderGuardianMock
 
isElder() - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
isEmpty() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isEmpty() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isEmpty() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
isEmpty() - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
isEmpty() - Method in enum class be.seeseemelk.mockbukkit.tags.TagRegistry
 
isEnabled() - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
 
isEnforceSecureProfiles() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isEnforcingSecureProfiles() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isEntitiesLoaded() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
isExactTeleport() - Method in class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
 
isFaceplanted() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
isFaceSturdy(BlockFace, BlockSupport) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
isFixedTime() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isFlying() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isForceLoaded() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
isFreezeTickingLocked() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isFromBucket() - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
isFromBucket() - Method in class be.seeseemelk.mockbukkit.entity.FishMock
 
isFrozen() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isFuel(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
isFull() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
isGameRule(String) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isGenerated() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
isGenerateStructures() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isGliding() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isGlowing() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isGlowingText() - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
isHandRaised() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
isHandRaised() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isHardcore() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isHardcore() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isHardcore() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isHeadUp() - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
isHealthScaled() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isHideOnlinePlayers() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isIgnited() - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
isIgnited() - Method in class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
 
isIgnoreEntities() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
isInBubbleColumn() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isIncendiary() - Method in class be.seeseemelk.mockbukkit.entity.FireballMock
 
isInDaylight() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
isInLava() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isInOpenWater() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
isInPowderedSnow() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isInRain() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isInside(Location) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
isInsideVehicle() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isInstant() - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
isInterested() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
isInterested() - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
isInvisible() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isInvisible() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
isInvulnerable() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isInWater() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isInWaterOrBubbleColumn() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isInWaterOrRain() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isInWaterOrRainOrBubbleColumn() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isJumping() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isLeaping() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
isLeashed() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isLeftHanded() - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
isLiquid() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isListed(Player) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isLit() - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
isLoaded() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
isLocked() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
isLocked() - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
isLocked() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
isLodestoneTracked() - Method in class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
 
isLoveMode() - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
isLyingDown() - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
isMarker() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
isMarker() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
isMocked() - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Checks if Bukkit is being mocked.
isModifiable() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
isMoving() - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
isNatural() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isOccluding() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
isOccupied() - Method in class be.seeseemelk.mockbukkit.block.data.BedMock
 
isOnBack() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
isOnGround() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isOnline() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
isOnline() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isOnlineMode() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isOnMainThread() - Method in class be.seeseemelk.mockbukkit.ServerMock
Checks if we are on the main thread.
isOp() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
isOp() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isOp() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
isOp() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isOpen() - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
isOpen() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
isOpen() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
isOpen() - Method in class be.seeseemelk.mockbukkit.block.state.EnderChestMock
 
isOpen() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
isOwnedByCurrentRegion(Entity) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isOwnedByCurrentRegion(Location) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isOwnedByCurrentRegion(Location, int) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isOwnedByCurrentRegion(World, int, int) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isOwnedByCurrentRegion(World, int, int, int) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isOwnedByCurrentRegion(World, Position) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isOwnedByCurrentRegion(World, Position, int) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isPassable() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isPermissionSet(String) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
isPermissionSet(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isPermissionSet(Permission) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
isPermissionSet(Permission) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isPersistent() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isPiglinSafe() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isPlaced() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
isPlayerTimeRelative() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isPlaying() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
isPlayingDead() - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
isPluginEnabled(String) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
isPluginEnabled(Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
isPowered() - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
isPowered() - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
isPowered() - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
isPreferredTool(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isPreferredTool(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
isPrimaryThread() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isPvpEnabled() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
isQueued(int) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
isRainInfluenced() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
isRandomlyTicked() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
isReadOnly() - Method in class be.seeseemelk.mockbukkit.scoreboard.CriteriaMock
 
isRearing() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
isRefillEnabled() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
isRefillEnabled() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
isRefillEnabled() - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
isRefillEnabled() - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
isRefillEnabled() - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
isRefillEnabled() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
isRefillEnabled() - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
isRegistered() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
Checks if the objective is still registered.
isRepeatingTask() - Method in class be.seeseemelk.mockbukkit.scheduler.paper.PaperScheduledTask
 
isReplaceable() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isResonating() - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
isResourcePackRequired() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isRespawnAnchorWorks() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isRiptiding() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isRolling() - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
isRolling() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
isRunning() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
 
isScaling() - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
isScared() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
isScoreSet() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
 
isScreaming() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
isScreaming() - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
 
isSectionEmpty(int) - Method in class be.seeseemelk.mockbukkit.ChunkSnapshotMock
 
isSedated() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
isShaking() - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
isSheared() - Method in class be.seeseemelk.mockbukkit.entity.SheepMock
 
isShotAtAngle() - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
isShowAir() - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
isSignalFire() - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
isSilent() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isSitting() - Method in class be.seeseemelk.mockbukkit.entity.CamelMock
 
isSitting() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
isSitting() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
isSitting() - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
Checks if the animal is sitting.
isSkyInfluenced() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
isSleeping() - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
isSleeping() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
isSleeping() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isSleepingIgnored() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isSlimeChunk() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
isSlotDisabled(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
isSlowWhenEmpty() - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
isSmall() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
isSmall() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
isSnapshot() - Method in class be.seeseemelk.mockbukkit.block.state.TileStateMock
 
isSneaking() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isSneaking() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isSneezing() - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
isSolid() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isSomeoneOnline() - Method in class be.seeseemelk.mockbukkit.MockPlayerList
 
isSprinting() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isStanding() - Method in class be.seeseemelk.mockbukkit.entity.PolarBearMock
 
isStopping() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isSupported(Block) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
isSupported(Location) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
isSupportedApiVersion(String) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
isSwimming() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isSync() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
 
isTagged(Material) - Method in class be.seeseemelk.mockbukkit.tags.MaterialTagMock
 
isTagged(Material) - Method in class be.seeseemelk.mockbukkit.tags.TagWrapperMock
 
isTagged(T) - Method in class be.seeseemelk.mockbukkit.tags.internal.InternalTag
 
isTamed() - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
isTamed() - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
 
isThundering() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isTicking() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isTickingWorlds() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
isTrackingPosition() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
isTradeable() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
isTransitiveDependency(PluginMeta, PluginMeta) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
isTrap() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
Deprecated.
isTrapped() - Method in class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
 
isTreasure() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
isTrusting() - Method in class be.seeseemelk.mockbukkit.entity.OcelotMock
 
isUltrawarm() - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated, for removal: This API element is subject to removal in a future version.
isUltraWarm() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
isUnbreakable() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
isUnderWater() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isUnlimitedLifetime() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
isUnlimitedTracking() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
isValid() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isValid() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
isValidRepairItemStack(ItemStack, ItemStack) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
isValidTool(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
isVillager() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
isVirtual() - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
isVisible() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
isVisible() - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
isVisibleByDefault() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isVisualFire() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
isWaterlogged() - Method in class be.seeseemelk.mockbukkit.block.data.AmethystClusterMock
 
isWaterlogged() - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
isWaterlogged() - Method in class be.seeseemelk.mockbukkit.block.data.SlabMock
 
isWaterlogged() - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
isWaterlogged() - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
isWaterlogged() - Method in class be.seeseemelk.mockbukkit.block.data.WallSignMock
 
isWaxed() - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
isWet() - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
isWhitelisted() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
isWhitelisted() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
isWhitelistEnforced() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
ItemEntityMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Item.
ItemEntityMock(ServerMock, UUID, ItemStack) - Constructor for class be.seeseemelk.mockbukkit.entity.ItemEntityMock
Constructs a new ItemEntityMock on the provided ServerMock with a specified UUID and ItemStack.
ItemFactoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an ItemFactory.
ItemFactoryMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
 
ItemMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an ItemMeta, Damageable, and Repairable.
ItemMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
Constructs a new ItemMetaMock.
ItemMetaMock(ItemMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
Constructs a new ItemMetaMock, cloning the data from another.
ITEMS - Enum constant in enum class be.seeseemelk.mockbukkit.tags.internal.InternalTagRegistry
 
ITEMS - Enum constant in enum class be.seeseemelk.mockbukkit.tags.TagRegistry
The items registry
iterator() - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
iterator() - Method in class be.seeseemelk.mockbukkit.RegistryMock
 
iterator(int) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 

J

JavaPluginUtils - Class in org.bukkit.plugin.java
This utility class allows us to enable and disable a JavaPlugin.
JigsawMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Jigsaw.
JigsawMock(JigsawMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.JigsawMock
Constructs a new JigsawMock by cloning the data from an existing one.
JigsawMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.JigsawMock
Constructs a new JigsawMock for the provided Block.
JigsawMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.JigsawMock
Constructs a new JigsawMock for the provided Material.
join(ServerMock) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
Makes this offline player join the server.
joinCaravan(Llama) - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
JukeboxMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Jukebox.
JukeboxMock(JukeboxMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.JukeboxMock
Constructs a new JukeboxMock by cloning the data from an existing one.
JukeboxMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.JukeboxMock
Constructs a new JukeboxMock for the provided Block.
JukeboxMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.JukeboxMock
Constructs a new JukeboxMock for the provided Material.

K

KeyedBossBarMock - Class in be.seeseemelk.mockbukkit.boss
Mock implementation of KeyedBossBar.
KeyedBossBarMock(NamespacedKey, String, BarColor, BarStyle, BarFlag...) - Constructor for class be.seeseemelk.mockbukkit.boss.KeyedBossBarMock
Constructs a new KeyedBossBarMock with the provided parameters.
kick() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
kick(Component) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
kick(Component, PlayerKickEvent.Cause) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
kickPlayer(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
knockback(double, double, double) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
KnowledgeBookMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an KnowledgeBookMeta.
KnowledgeBookMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
Constructs a new KnowledgeBookMetaMock.
KnowledgeBookMetaMock(KnowledgeBookMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
Constructs a new KnowledgeBookMetaMock, cloning the data from another.

L

LARGE_BIOMES - Enum constant in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Large biomes.
LargeFireballMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a LargeFireball.
LargeFireballMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.LargeFireballMock
Constructs a new LargeFireballMock on the provided ServerMock with a specified UUID.
lastOutput() - Method in interface be.seeseemelk.mockbukkit.command.CommandBlockHolderMock
 
lastOutput() - Method in class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
 
lastOutput(Component) - Method in interface be.seeseemelk.mockbukkit.command.CommandBlockHolderMock
 
lastOutput(Component) - Method in class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
 
launchProjectile(Class<? extends T>) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
launchProjectile(Class<? extends T>, Vector) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
launchProjectile(Class<? extends T>, Vector, Consumer<T>) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
LeatherArmorMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an LeatherArmorMeta.
LeatherArmorMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.LeatherArmorMetaMock
Constructs a new LeatherArmorMetaMock.
LeatherArmorMetaMock(LeatherArmorMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.LeatherArmorMetaMock
Constructs a new LeatherArmorMetaMock, cloning the data from another.
leaveCaravan() - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
leaveVehicle() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
LecternInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a LecternInventory.
LecternInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.LecternInventoryMock
Constructs a new LecternInventoryMock for the given holder.
LecternMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Lectern.
LecternMock(LecternMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.LecternMock
Constructs a new LecternMock by cloning the data from an existing one.
LecternMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.LecternMock
Constructs a new LecternMock for the provided Block.
LecternMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.LecternMock
Constructs a new LecternMock for the provided Material.
legacy() - Method in class be.seeseemelk.mockbukkit.adventure.LegacyComponentSerializerProviderImpl
 
legacyAmpersand() - Method in class be.seeseemelk.mockbukkit.adventure.LegacyComponentSerializerProviderImpl
 
legacyComponentSerializer() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated, for removal: This API element is subject to removal in a future version.
LegacyComponentSerializerProviderImpl - Class in be.seeseemelk.mockbukkit.adventure
Mock implementation of LegacyComponentSerializer.Provider based on io.papermc.paper.adventure.providers.LegacyComponentSerializerProviderImpl.
LegacyComponentSerializerProviderImpl() - Constructor for class be.seeseemelk.mockbukkit.adventure.LegacyComponentSerializerProviderImpl
 
legacySection() - Method in class be.seeseemelk.mockbukkit.adventure.LegacyComponentSerializerProviderImpl
 
LEGGINGS - Static variable in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
The slot leggings are in.
line(int) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
line(int, Component) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
lineOfSightExists(Location, Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
lines() - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
ListenerEntry - Class in be.seeseemelk.mockbukkit.plugin
The ListenerEntry is a class that represents a single event handler of a plugin.
ListenerEntry(Plugin, Listener, Method) - Constructor for class be.seeseemelk.mockbukkit.plugin.ListenerEntry
Creates a new listener entry for a given method.
listPlayer(Player) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
LivingEntityMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a LivingEntity.
LivingEntityMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.LivingEntityMock
Constructs a new LivingEntityMock on the provided ServerMock with a specified UUID.
LlamaInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a LlamaInventory.
LlamaInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.LlamaInventoryMock
Constructs a new LlamaInventoryMock for the given holder.
LlamaMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Llama.
LlamaMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.LlamaMock
Constructs a new LlamaMock on the provided ServerMock with a specified UUID.
load() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
load(boolean) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
load(Class<T>) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads and enables a plugin for mocking.
load(Class<T>, Object...) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads and enables a plugin for mocking.
loadAdvancement(NamespacedKey, String) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
loadChunk(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
loadChunk(int, int, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
loadChunk(Chunk) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
loadClass(String, boolean, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
loadClass(String, boolean) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
loadData() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
loadData(String) - Static method in class be.seeseemelk.mockbukkit.entity.data.EntityDataRegistry
Load all entity data
loadDefaultTags(ServerMock, boolean) - Static method in class be.seeseemelk.mockbukkit.tags.TagsMock
This loads all default Tags into the given Server.
loadEntityData(EntityType) - Static method in class be.seeseemelk.mockbukkit.entity.data.EntityDataRegistry
Construcy entity data based on entity type
loadInternalTags() - Static method in class be.seeseemelk.mockbukkit.tags.internal.InternalTag
 
loadJar(File) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads a plugin from a jar.
loadJar(String) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads a plugin from a jar.
loadPlugin(File) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginLoader
 
loadPlugin(File) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
loadPlugin(Class<? extends JavaPlugin>, PluginDescriptionFile, Object[]) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Load a plugin from a class.
loadPlugin(Class<? extends JavaPlugin>, Object[]) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Load a plugin from a class.
loadPlugins(File) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
loadProxyClass(Class<? extends JavaPlugin>) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
loadServerIcon(BufferedImage) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
loadServerIcon(File) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
loadSimple(Class<T>, Object...) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads and enables a plugin for mocking.
loadWith(Class<T>, File, Object...) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads and enables a plugin for mocking.
loadWith(Class<T>, InputStream, Object...) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads and enables a plugin for mocking.
loadWith(Class<T>, PluginDescriptionFile, Object...) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads and enables a plugin for mocking.
loadWith(Class<T>, String, Object...) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Loads and enables a plugin for mocking.
locale() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
locateNearestBiome(Location, Biome, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
locateNearestBiome(Location, Biome, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
locateNearestRaid(Location, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
locateNearestStructure(Location, Structure, int, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
locateNearestStructure(Location, StructureType, int, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
locateNearestStructure(Location, StructureType, int, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
lockFreezeTicks(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
lookAt(double, double, double) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
lookAt(double, double, double, float, float) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
lookAt(double, double, double, LookAnchor) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
lookAt(Entity) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
lookAt(Entity, float, float) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
lookAt(Entity, LookAnchor, LookAnchor) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
lookAt(Location) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
lookAt(Location, float, float) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
LoomInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a LoomInventory.
LoomInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.LoomInventoryMock
Constructs a new LoomInventoryMock for the given holder.
LootableMinecart - Class in be.seeseemelk.mockbukkit.entity
 
LootableMinecart(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.LootableMinecart
Constructs a new LootableMinecart on the provided ServerMock with a specified UUID.
lore() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
lore(List<? extends Component>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 

M

MapCanvasMock - Class in be.seeseemelk.mockbukkit.map
Mock implementation of a MapCanvas.
MapCanvasMock(MapViewMock) - Constructor for class be.seeseemelk.mockbukkit.map.MapCanvasMock
Constructs a new MapCanvasMock for the provided MapViewMock.
MapMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an MapMeta.
MapMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
Constructs a new MapMetaMock.
MapMetaMock(MapMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
Constructs a new MapMetaMock, cloning the data from another.
MapRendererMock - Class in be.seeseemelk.mockbukkit.map
Mock implementation of a MapRenderer.
MapRendererMock() - Constructor for class be.seeseemelk.mockbukkit.map.MapRendererMock
 
MapViewMock - Class in be.seeseemelk.mockbukkit.map
Mock implementation of a MapView.
MapViewMock(World, int) - Constructor for class be.seeseemelk.mockbukkit.map.MapViewMock
Constructs a new MapViewMock for the given world with the specified ID.
matches(BlockData) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
matchPlayer(String) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Matches a player by partial name.
matchPlayer(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
MaterialTagMock - Class in be.seeseemelk.mockbukkit.tags
A rather simple mock implementation for Material Tags.
MaterialTagMock(NamespacedKey, Material...) - Constructor for class be.seeseemelk.mockbukkit.tags.MaterialTagMock
Constructs a new MaterialTagMock with the provided NamespacedKey and items.
MEDIUM - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntitySubType
Medium slime/magma cube
merge(BlockData) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
MessageTarget - Interface in be.seeseemelk.mockbukkit.command
Represents an object that can receive messages.
MetadataTable - Class in be.seeseemelk.mockbukkit.metadata
Mock implementation of a Metadatable.
MetadataTable() - Constructor for class be.seeseemelk.mockbukkit.metadata.MetadataTable
Constructs a new empty MetadataTable.
MetadataTable(MetadataTable) - Constructor for class be.seeseemelk.mockbukkit.metadata.MetadataTable
Constructs a new empty MetadataTable with the contents cloned from another.
MinecartMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Minecart.
MinecartMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.MinecartMock
Constructs a new MinecartMock on the provided ServerMock with a specified UUID.
mirror(Mirror) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
MobMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Mob.
MobMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.MobMock
Constructs a new MobMock on the provided ServerMock with a specified UUID.
mock() - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Start mocking the Bukkit singleton.
mock(Material) - Static method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
Attempts to construct a BlockDataMock by the provided material.
mock(T) - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Start mocking the Bukkit singleton.
MockBukkit - Class in be.seeseemelk.mockbukkit
Handles mocking the Bukkit server, along with containing some handy utility methods.
MockBukkitConfiguredPluginClassLoader - Class in be.seeseemelk.mockbukkit.plugin
 
MockBukkitConfiguredPluginClassLoader(ServerMock, PluginDescriptionFile, File, File) - Constructor for class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
MockBukkitExtension - Class in be.seeseemelk.mockbukkit
Extension that mocks the Bukkit singleton before each test and subsequently unmocks it after each test.
MockBukkitExtension() - Constructor for class be.seeseemelk.mockbukkit.MockBukkitExtension
 
MockBukkitInject - Annotation Interface in be.seeseemelk.mockbukkit
Marks a ServerMock field or parameter as a mock, which will be reflectively set if the containing class is using the MockBukkitExtension JUnit extension.
MockBukkitPluginClassLoaderGroup - Class in be.seeseemelk.mockbukkit.plugin
 
MockBukkitPluginClassLoaderGroup() - Constructor for class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginClassLoaderGroup
 
MockBukkitPluginLoader - Class in be.seeseemelk.mockbukkit.plugin
 
MockBukkitPluginLoader() - Constructor for class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginLoader
 
MockBukkitProfileBanEntry - Class in be.seeseemelk.mockbukkit.ban
 
MockBukkitProfileBanEntry(PlayerProfile, String, Date, String) - Constructor for class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
MockChunkData - Class in be.seeseemelk.mockbukkit
Mock implementation of a ChunkGenerator.ChunkData.
MockChunkData(World) - Constructor for class be.seeseemelk.mockbukkit.MockChunkData
Constructs a new MockChunkData for the provided World.
MockCommandMap - Class in be.seeseemelk.mockbukkit.command
Mock implementation of a CommandMap.
MockCommandMap(ServerMock) - Constructor for class be.seeseemelk.mockbukkit.command.MockCommandMap
 
MockIpBanEntry - Class in be.seeseemelk.mockbukkit.ban
 
MockIpBanEntry(String, String, Date, String) - Constructor for class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
MockIpBanList - Class in be.seeseemelk.mockbukkit.ban
 
MockIpBanList() - Constructor for class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
MockPaperProfileBanEntry - Class in be.seeseemelk.mockbukkit.ban
 
MockPaperProfileBanEntry(PlayerProfile, String, Date, String) - Constructor for class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
MockPlayerList - Class in be.seeseemelk.mockbukkit
Replica of the Bukkit internal PlayerList and CraftPlayerList implementation
MockPlayerList() - Constructor for class be.seeseemelk.mockbukkit.MockPlayerList
 
MockPlugin - Class in be.seeseemelk.mockbukkit
A simple plugin that does nothing.
MockPlugin() - Constructor for class be.seeseemelk.mockbukkit.MockPlugin
CraftBukkit constructor.
MockPlugin(JavaPluginLoader, PluginDescriptionFile, File, File) - Constructor for class be.seeseemelk.mockbukkit.MockPlugin
MockBukkit constructor.
MockPotionEffectType - Class in be.seeseemelk.mockbukkit.potion
This MockPotionEffectType mocks an actual PotionEffectType by taking an id, a name, whether it is instant and an RGB Color variable.
MockPotionEffectType(NamespacedKey, int, String, boolean, Color) - Constructor for class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
Constructs a new MockPotionEffectType with the provided parameters.
MockProfileBanList - Class in be.seeseemelk.mockbukkit.ban
 
MockProfileBanList() - Constructor for class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
MockRangedEntity<T extends MobMock> - Interface in be.seeseemelk.mockbukkit.entity
Mock implementation of a RangedEntity.
mockState(Block) - Static method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Attempts to construct a BlockStateMock by the provided block.
MockUnsafeValues - Class in be.seeseemelk.mockbukkit
Deprecated.
MockUnsafeValues() - Constructor for class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
modifyItemStack(ItemStack, String) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
MonsterMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Monster.
MonsterMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.MonsterMock
Constructs a new MonsterMock on the provided ServerMock with a specified UUID.
motd() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
motd(Component) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
MuleMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Mule.
MuleMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.MuleMock
Constructs a new MuleMock on the provided ServerMock with a specified UUID.
MushroomCowMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a MushroomCow.
MushroomCowMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.MushroomCowMock
Constructs a new MushroomCowMock on the provided ServerMock with a specified UUID.
MusicInstrumentMock - Class in be.seeseemelk.mockbukkit
 

N

name() - Method in class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
 
name() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
name() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
name(Component) - Method in class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
 
newPersistentDataContainer() - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataAdapterContextMock
 
nextComponentMessage() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
nextComponentMessage() - Method in interface be.seeseemelk.mockbukkit.command.MessageTarget
Returns the next message that was sent to the target.
nextComponentMessage() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
nextEntityId() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
nextMessage() - Method in interface be.seeseemelk.mockbukkit.command.MessageTarget
Returns the next message that was sent to the target.
nextSubTitle() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
nextTitle() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
NON_SOLID_BLOCKS - Static variable in class be.seeseemelk.mockbukkit.tags.internal.InternalTag
 
numberOfPatterns() - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
numberOfPatterns() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 

O

ObjectiveMock - Class in be.seeseemelk.mockbukkit.scoreboard
Mock implementation of an Objective.
ObjectiveMock(ScoreboardMock, String, Component, Criteria, RenderType) - Constructor for class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
Constructs a new ObjectiveMock with the provided parameters.
OcelotMock - Class in be.seeseemelk.mockbukkit.entity
 
OcelotMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.OcelotMock
Constructs a new OcelotMock on the provided ServerMock with a specified UUID.
OFF_HAND - Static variable in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
The slot of the offhand.
OfflinePlayerMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an OfflinePlayer.
OfflinePlayerMock(UUID, String) - Constructor for class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
Constructs a new OfflinePlayerMock on the provided ServerMock with a specified UUID and name.
OfflinePlayerMock(String) - Constructor for class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
Constructs a new OfflinePlayerMock on the provided ServerMock with a random UUID and specified name.
open() - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
open() - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
open() - Method in class be.seeseemelk.mockbukkit.block.state.EnderChestMock
 
open() - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
OPEN - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is open (Shulker)
openAnvil(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openBook(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
openCartographyTable(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openEnchanting(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openGrindstone(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openInventory(Inventory) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openInventory(InventoryView) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openLoom(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openMerchant(Villager, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openMerchant(Merchant, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openSign(Sign) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openSign(Sign, Side) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
openSmithingTable(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openStonecutter(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
openWorkbench(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
org.bukkit.command - package org.bukkit.command
 
org.bukkit.plugin.java - package org.bukkit.plugin.java
 
overridePermissionManager(Plugin, PermissionManager) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 

P

page(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
page(int, Component) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
pages() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
pages(List<Component>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
PandaMock - Class in be.seeseemelk.mockbukkit.entity
 
PandaMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.PandaMock
Constructs a new PandaMock on the provided ServerMock with a specified UUID.
PaperScheduledTask - Class in be.seeseemelk.mockbukkit.scheduler.paper
 
PaperScheduledTask(Plugin, Consumer<ScheduledTask>) - Constructor for class be.seeseemelk.mockbukkit.scheduler.paper.PaperScheduledTask
Constructs a new PaperScheduledTask with the provided parameters.
pardon(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
pardon(String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
pardon(String) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
 
pardon(InetAddress) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanList
 
pardon(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.ban.MockProfileBanList
Deprecated.
parse(String, BiConsumer<Set<Material>, Set<TagWrapperMock>>) - Method in class be.seeseemelk.mockbukkit.tags.TagParser
This will parse the given JSON String and run the provided callback with Sets of matched Materials and Tags.
PEEKING - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is peeking (Shulker)
performCommand(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
performOneTick() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Perform one tick on the server.
performTicks(long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Perform a number of ticks on the server.
PermissionManagerMock - Class in be.seeseemelk.mockbukkit
 
PermissionManagerMock() - Constructor for class be.seeseemelk.mockbukkit.PermissionManagerMock
 
permissionMessage() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
PersistentDataAdapterContextMock - Class in be.seeseemelk.mockbukkit.persistence
This is about as basic of an implementation for PersistentDataAdapterContext as you could imagine.
PersistentDataAdapterContextMock() - Constructor for class be.seeseemelk.mockbukkit.persistence.PersistentDataAdapterContextMock
 
PersistentDataContainerMock - Class in be.seeseemelk.mockbukkit.persistence
This is a mock of the PersistentDataContainer interface to allow the "persistent" storage of data.
PersistentDataContainerMock() - Constructor for class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
Constructs a new PersistentDataContainerMock with no stored data.
PersistentDataContainerMock(PersistentDataContainerMock) - Constructor for class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
Constructs a new PersistentDataContainerMock, cloning the data of another.
PersistentDataHolderMock - Class in be.seeseemelk.mockbukkit.persistence
This is a mock of a PersistentDataHolder.
PersistentDataHolderMock() - Constructor for class be.seeseemelk.mockbukkit.persistence.PersistentDataHolderMock
Constructs a new PersistentDataHolderMock.
PigMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an Pig.
PigMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.PigMock
Constructs a new PigMock on the provided ServerMock with a specified UUID.
plainComponentSerializer() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated, for removal: This API element is subject to removal in a future version.
plainTextSerializer() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated, for removal: This API element is subject to removal in a future version.
playEffect(EntityEffect) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
playEffect(Location, Effect, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
playEffect(Location, Effect, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playEffect(Location, Effect, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playEffect(Location, Effect, T) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playEffect(Location, Effect, T) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playEffect(Location, Effect, T, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
PlayerInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a PlayerInventory.
PlayerInventoryMock(HumanEntity) - Constructor for class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
Constructs a new PlayerInventoryMock.
PlayerInventoryViewMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an InventoryView for players.
PlayerInventoryViewMock(HumanEntity, Inventory) - Constructor for class be.seeseemelk.mockbukkit.inventory.PlayerInventoryViewMock
Constructs a new PlayerInventoryViewMock for the provided player, with the specified top inventory.
playerListFooter() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playerListHeader() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playerListName() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playerListName(Component) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
PlayerMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Player.
PlayerMock(ServerMock, String) - Constructor for class be.seeseemelk.mockbukkit.entity.PlayerMock
Constructs a new PlayerMock for the provided server with the specified name.
PlayerMock(ServerMock, String, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.PlayerMock
Constructs a new PlayerMock for the provided server with the specified name and UUID.
PlayerMock.PlayerSpigotMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Player.Spigot.
PlayerMockFactory - Class in be.seeseemelk.mockbukkit.entity
Used to construct random PlayerMocks and OfflinePlayerMocks.
PlayerMockFactory(ServerMock) - Constructor for class be.seeseemelk.mockbukkit.entity.PlayerMockFactory
Constructs a new PlayerMockFactory for the provided ServerMock.
PlayerProfileMock - Class in be.seeseemelk.mockbukkit.profile
Mock implementation of a PlayerProfile.
PlayerProfileMock(PlayerProfileMock) - Constructor for class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
Constructs a new PlayerProfileMock, cloning the data from another.
PlayerProfileMock(OfflinePlayer) - Constructor for class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
Constructs a new PlayerProfileMock for an OfflinePlayer.
PlayerProfileMock(String, UUID) - Constructor for class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
Constructs a new PlayerProfileMock with a name and UUID.
PlayerSpigotMock() - Constructor for class be.seeseemelk.mockbukkit.entity.PlayerMock.PlayerSpigotMock
 
playHurtAnimation(float) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
playNote(Location, byte, byte) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
playNote(Location, Instrument, Note) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playPickupItemAnimation(Item, int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
playSound(Sound) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Sound, double, double, double) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Sound, Sound.Emitter) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Entity, String, float, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Entity, String, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playSound(Entity, String, SoundCategory, float, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Entity, String, SoundCategory, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playSound(Entity, Sound, float, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Entity, Sound, SoundCategory, float, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Location, String, float, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Location, String, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playSound(Location, String, SoundCategory, float, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Location, String, SoundCategory, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playSound(Location, Sound, float, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Location, Sound, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playSound(Location, Sound, SoundCategory, float, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
playSound(Location, Sound, SoundCategory, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playSound(Entity, Sound, SoundCategory, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
playSound(Entity, Sound, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
PluginCommandUtils - Class in org.bukkit.command
This utility class allows us to create a PluginCommand.
PluginManagerMock - Class in be.seeseemelk.mockbukkit.plugin
Mock implementation of a PluginManager.
PluginManagerMock(ServerMock) - Constructor for class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Constructs a new PluginManagerMock for the provided ServerMock.
PNG_BASE64_PREFIX - Static variable in class be.seeseemelk.mockbukkit.CachedServerIconMock
The prefix used for base 64 images.
PolarBearMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a PolarBear.
PolarBearMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.PolarBearMock
Constructs a new PolarBearMock on the provided ServerMock with a specified UUID.
PotionMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of a PotionMeta.
PotionMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
Constructs a new PotionMetaMock.
PotionMetaMock(PotionMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
Constructs a new PotionMetaMock, cloning the data from another.
PoweredMinecartMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of an PoweredMinecart.
PoweredMinecartMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
Constructs a new PoweredMinecartMock on the provided ServerMock with a specified UUID.
prefix() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
prefix(Component) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
processClass(PluginDescriptionFile, String, byte[]) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
ProjectileMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Projectile.
ProjectileMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ProjectileMock
Constructs a new ProjectileMock on the provided ServerMock with a specified UUID.
PUFFED - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is fully puffed (PufferFish)
PufferFishMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a PufferFish.
PufferFishMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.PufferFishMock
Constructs a new PufferFishMock on the provided ServerMock with a specified UUID.
pullHookedEntity() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 

R

RabbitMock - Class in be.seeseemelk.mockbukkit.entity
 
RabbitMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.RabbitMock
Constructs a new RabbitMock on the provided ServerMock with a specified UUID.
ram(LivingEntity) - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
 
randomTick() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
rangedAttack(LivingEntity, float) - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
 
rangedAttack(LivingEntity, float) - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
rangedAttack(LivingEntity, float) - Method in interface be.seeseemelk.mockbukkit.entity.MockRangedEntity
 
rayTrace(Location, Vector, double, FluidCollisionMode) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
rayTrace(Location, Vector, double, FluidCollisionMode, boolean, double, Predicate<Entity>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
rayTraceBlocks(double) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
rayTraceBlocks(double, FluidCollisionMode) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
rayTraceBlocks(Location, Vector, double) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
rayTraceBlocks(Location, Vector, double, FluidCollisionMode) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
rayTraceBlocks(Location, Vector, double, FluidCollisionMode, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
rayTraceEntities(int, boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
rayTraceEntities(Location, Vector, double) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
rayTraceEntities(Location, Vector, double, double) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
rayTraceEntities(Location, Vector, double, double, Predicate<Entity>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
rayTraceEntities(Location, Vector, double, Predicate<Entity>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
readFromBytes(byte[], boolean) - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
readyToBeSheared() - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
readyToBeSheared() - Method in class be.seeseemelk.mockbukkit.entity.SheepMock
 
recalculatePermissionDefaults(Permission) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
recalculatePermissionDefaults(Permission) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
recalculatePermissions() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
recalculatePermissions() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
recipeIterator() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
reconnect() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates a connection to the server.
ReflectionAccessException - Exception in be.seeseemelk.mockbukkit
Exception thrown after a failure of a reflective access, usually meaning the MockBukkit`s implementation has to be updated.
ReflectionAccessException(String) - Constructor for exception be.seeseemelk.mockbukkit.ReflectionAccessException
Constructs a new exception with the provided message.
refreshChunk(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
regenerateChunk(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
registerAttribute(Attribute) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
registerDefaultEnchantments() - Static method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentsMock
Registers all vanilla enchantments.
registerEntity(EntityMock) - Method in class be.seeseemelk.mockbukkit.ServerMock
Registers an entity so that the server can track it more easily.
registerEvent(Class<? extends Event>, Listener, EventPriority, EventExecutor, Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
registerEvent(Class<? extends Event>, Listener, EventPriority, EventExecutor, Plugin, boolean) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
registerEvents(Listener, Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
registerHelpTopicFactory(Class<?>, HelpTopicFactory<?>) - Method in class be.seeseemelk.mockbukkit.help.HelpMapMock
 
registerInterface(Class<? extends PluginLoader>) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
registerLoadedPlugin(Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Registers a plugin that has already been loaded.
registerNewObjective(String, String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
Deprecated.
registerNewObjective(String, String, String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
Deprecated.
registerNewObjective(String, String, String, RenderType) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
Deprecated.
registerNewObjective(String, String, Component) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
registerNewObjective(String, String, Component, RenderType) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
registerNewObjective(String, Criteria, String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
registerNewObjective(String, Criteria, String, RenderType) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
registerNewObjective(String, Criteria, Component) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
registerNewObjective(String, Criteria, Component, RenderType) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
registerNewTeam(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
registerSerializables() - Static method in class be.seeseemelk.mockbukkit.ServerMock
Registers any classes that are serializable with the ConfigurationSerializable system of Bukkit.
RegistryMock<T extends Keyed> - Class in be.seeseemelk.mockbukkit
 
releaseEntities() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
releaseLeftShoulderEntity() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
releaseRightShoulderEntity() - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
reload() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
reload() - Method in class be.seeseemelk.mockbukkit.tags.TagWrapperMock
Reloads all tags.
reloadCommandAliases() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
reloadData() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
reloadPermissions() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
reloadWhitelist() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
remove() - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
remove() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
remove() - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
remove() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
remove() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
remove(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
remove(Material) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
remove(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
remove(ConfiguredPluginClassLoader) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitPluginClassLoaderGroup
 
removeAdditionalChatCompletions(Collection<String>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
removeAdvancement(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
removeAll() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
removeAttachment(PermissionAttachment) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
removeAttachment(PermissionAttachment) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
removeAttributeModifier(Attribute) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
removeAttributeModifier(Attribute, AttributeModifier) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
removeAttributeModifier(EquipmentSlot) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
removeBossBar(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
removeCustomChatCompletions(Collection<String>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
removeCustomEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
removeCustomEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
removeCustomEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
 
removeDisabledSlots(EquipmentSlot...) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
removeEffect(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
removeEnchant(Enchantment) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
removeEntities(Collection<Entity>) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
removeEntity(Entity) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
removeEntries(Collection<String>) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
removeEntry(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
removeEquipmentLock(EquipmentSlot, ArmorStand.LockType) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
removeFlag(BarFlag) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
removeItem(ItemStack...) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
removeItemAnySlot(ItemStack...) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
removeItemFlags(ItemFlag...) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
removeMetadata(String, Plugin) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
removeMetadata(String, Plugin) - Method in class be.seeseemelk.mockbukkit.metadata.MetadataTable
 
removeMetadata(String, Plugin) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
removeMetadata(String, Plugin) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
removeMetadata(String, Plugin) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
removeModifier(AttributeModifier) - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
removeOperator(UUID) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Removes a Player from the list of known Operators.
removePassenger(Entity) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
removePattern(int) - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
removePattern(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
removePermission(String) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
removePermission(String) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
removePermission(Permission) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
removePermission(Permission) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
removePlayer(Player) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
removePlayer(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
Deprecated. 
removePluginChunkTicket(int, int, Plugin) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
removePluginChunkTicket(Plugin) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
removePluginChunkTickets(Plugin) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
removePotionEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
removeProperty(String) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
removeRecipe(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
removeRecipe(NamespacedKey, boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
removeRenderer(MapRenderer) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
removeScoreboardTag(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
removeStoredEnchant(Enchantment) - Method in class be.seeseemelk.mockbukkit.inventory.meta.EnchantedBookMetaMock
 
removeViewer(HumanEntity) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
Removes a viewer from this inventory.
removeWorld(WorldMock) - Method in class be.seeseemelk.mockbukkit.ServerMock
Removes a mocked world from this server.
render(PlayerMock) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
Renders the map for the given player.
render(MapView, MapCanvas, Player) - Method in class be.seeseemelk.mockbukkit.map.MapRendererMock
 
RepeatingTask - Class in be.seeseemelk.mockbukkit.scheduler
A ScheduledTask that can be repeated.
RepeatingTask(int, Plugin, boolean, long, long, Runnable) - Constructor for class be.seeseemelk.mockbukkit.scheduler.RepeatingTask
Constructs a new RepeatingTask with the provided parameters.
RepeatingTask(int, Plugin, boolean, long, long, Consumer<BukkitTask>) - Constructor for class be.seeseemelk.mockbukkit.scheduler.RepeatingTask
Constructs a new RepeatingTask with the provided parameters.
reportTimings() - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
requiresCorrectToolForDrops() - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
reset() - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
resetCooldown() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
resetDuplicationCooldown() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
resetEffectRange() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
resetMaxHealth() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
resetPlayerTime() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
resetPlayerWeather() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
resetRecipes() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
resetScore() - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
 
resetScores(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
resetScores(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
resetScoresFor(Entity) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
resetTimer() - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
resetTitle() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class be.seeseemelk.mockbukkit.MockBukkitExtension
 
resolveWithContext(Component, CommandSender, Entity, boolean) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
respawn() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
This method simulates the Player respawning and also calls a PlayerRespawnEvent.
restart() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
RideableMinecartMock - Class in be.seeseemelk.mockbukkit.entity
 
RideableMinecartMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.RideableMinecartMock
Constructs a new RideableMinecartMock on the provided ServerMock with a specified UUID.
ring() - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
ring(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
ring(Entity) - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
ring(Entity, BlockFace) - Method in class be.seeseemelk.mockbukkit.block.state.BellMock
 
rotate(StructureRotation) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
 
run() - Method in class be.seeseemelk.mockbukkit.scheduler.paper.PaperScheduledTask
 
run() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Runs the task if it has not been cancelled.
runAtFixedRate(Plugin, Consumer<ScheduledTask>, long, long, TimeUnit) - Method in class be.seeseemelk.mockbukkit.scheduler.paper.FoliaAsyncScheduler
 
runDelayed(Plugin, Consumer<ScheduledTask>, long, TimeUnit) - Method in class be.seeseemelk.mockbukkit.scheduler.paper.FoliaAsyncScheduler
 
runNow(Plugin, Consumer<ScheduledTask>) - Method in class be.seeseemelk.mockbukkit.scheduler.paper.FoliaAsyncScheduler
 
runTask(Plugin, Runnable) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTask(Plugin, Consumer<BukkitTask>) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTask(Plugin, BukkitRunnable) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Deprecated.
runTaskAsynchronously(Plugin, Runnable) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskAsynchronously(Plugin, Consumer<BukkitTask>) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskAsynchronously(Plugin, BukkitRunnable) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskLater(Plugin, Runnable, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskLater(Plugin, Consumer<BukkitTask>, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskLater(Plugin, BukkitRunnable, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskLaterAsynchronously(Plugin, Runnable, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskLaterAsynchronously(Plugin, Consumer<BukkitTask>, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskLaterAsynchronously(Plugin, BukkitRunnable, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskTimer(Plugin, Runnable, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskTimer(Plugin, Consumer<BukkitTask>, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskTimer(Plugin, BukkitRunnable, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Deprecated.
runTaskTimerAsynchronously(Plugin, Runnable, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskTimerAsynchronously(Plugin, Consumer<BukkitTask>, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
runTaskTimerAsynchronously(Plugin, BukkitRunnable, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 

S

SalmonMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Salmon.
SalmonMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SalmonMock
Constructs a new SalmonMock on the provided ServerMock with a specified UUID.
save() - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
save() - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
save() - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
save() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
saveData() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
saveOverdueTasks() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Adds any active workers to the overdue tasks list.
savePlayers() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
scheduleAsyncDelayedTask(Plugin, Runnable) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Deprecated.
scheduleAsyncDelayedTask(Plugin, Runnable, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Deprecated.
scheduleAsyncRepeatingTask(Plugin, Runnable, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Deprecated.
ScheduledTask - Class in be.seeseemelk.mockbukkit.scheduler
Mock implementation of a BukkitTask.
ScheduledTask(int, Plugin, boolean, long, Runnable) - Constructor for class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Constructs a new ScheduledTask with the provided parameters.
ScheduledTask(int, Plugin, boolean, long, Consumer<BukkitTask>) - Constructor for class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Constructs a new ScheduledTask with the provided parameters.
scheduleSyncDelayedTask(Plugin, Runnable) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
scheduleSyncDelayedTask(Plugin, Runnable, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
scheduleSyncDelayedTask(Plugin, BukkitRunnable) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Deprecated.
scheduleSyncDelayedTask(Plugin, BukkitRunnable, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Deprecated.
scheduleSyncRepeatingTask(Plugin, Runnable, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
 
scheduleSyncRepeatingTask(Plugin, BukkitRunnable, long, long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Deprecated.
SchoolableFishMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a SchoolableFish.
SchoolableFishMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SchoolableFishMock
Constructs a new SchoolableFishMock on the provided ServerMock with a specified UUID.
ScoreboardManagerMock - Class in be.seeseemelk.mockbukkit.scoreboard
Mock implementation of a ScoreboardManager.
ScoreboardManagerMock() - Constructor for class be.seeseemelk.mockbukkit.scoreboard.ScoreboardManagerMock
 
ScoreboardMock - Class in be.seeseemelk.mockbukkit.scoreboard
Mock implementation of a Scoreboard.
ScoreboardMock() - Constructor for class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
 
ScoreMock - Class in be.seeseemelk.mockbukkit.scoreboard
Mock implementation of a Score.
ScoreMock(ObjectiveMock, String) - Constructor for class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
Constructs a new ScoreMock for the provided objective with the specified entry.
SculkCatalystMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a SculkCatalyst.
SculkCatalystMock(SculkCatalystMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkCatalystMock
Constructs a new SculkCatalystMock by cloning the data from an existing one.
SculkCatalystMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkCatalystMock
Constructs a new SculkCatalystMock for the provided Block.
SculkCatalystMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkCatalystMock
Constructs a new SculkCatalystMock for the provided Material.
SculkSensorMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a SculkSensor.
SculkSensorMock(SculkSensorMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkSensorMock
Constructs a new SculkSensorMock by cloning the data from an existing one.
SculkSensorMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkSensorMock
Constructs a new SculkSensorMock for the provided Block.
SculkSensorMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkSensorMock
Constructs a new SculkSensorMock for the provided Material.
SculkShriekerMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a SculkShrieker.
SculkShriekerMock(SculkShriekerMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkShriekerMock
Constructs a new SculkShriekerMock by cloning the data from an existing one.
SculkShriekerMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkShriekerMock
Constructs a new SculkShriekerMock for the provided Block.
SculkShriekerMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.SculkShriekerMock
Constructs a new SculkShriekerMock for the provided Material.
selectEntities(CommandSender, String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
SEMI_PUFFED - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is semi-puffed (PufferFish)
sendActionBar(char, String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
sendActionBar(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
sendActionBar(BaseComponent...) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
sendBlockChange(Location, BlockData) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendBlockChange(Location, Material, byte) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
sendBlockChanges(Collection<BlockState>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendBlockChanges(Collection<BlockState>, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendBlockDamage(Location, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendBlockDamage(Location, float, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendBlockDamage(Location, float, Entity) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendBlockUpdate(Location, TileState) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendEquipmentChange(LivingEntity, Map<EquipmentSlot, ItemStack>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendEquipmentChange(LivingEntity, EquipmentSlot, ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendExperienceChange(float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendExperienceChange(float, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendGameEvent(Entity, GameEvent, Vector) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
sendHealthUpdate() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendHealthUpdate(double, int, float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendHurtAnimation(float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendMap(MapView) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendMessage(String) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
sendMessage(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
sendMessage(Identity, Component, MessageType) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
sendMessage(BaseComponent) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock.PlayerSpigotMock
Deprecated.
sendMessage(BaseComponent...) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock.PlayerSpigotMock
Deprecated.
sendMessage(ChatMessageType, BaseComponent) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock.PlayerSpigotMock
Deprecated.
sendMessage(ChatMessageType, BaseComponent...) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock.PlayerSpigotMock
Deprecated.
sendMessage(UUID, String) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
sendMessage(UUID, String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
sendMessage(String...) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
sendMessage(String...) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
sendMessage(UUID, String...) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
sendMessage(UUID, String...) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
sendMultiBlockChange(Map<? extends Position, BlockData>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendMultiBlockChange(Map<? extends Position, BlockData>, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendOpLevel(byte) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendPluginMessage(Plugin, String, byte[]) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendPluginMessage(Plugin, String, byte[]) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
sendPluginMessage(Plugin, String, byte[]) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
sendRawMessage(String) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
sendRawMessage(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendRawMessage(UUID, String) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
sendRawMessage(UUID, String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendSignChange(Location, String[], DyeColor, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendSignChange(Location, List<? extends Component>, DyeColor, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendSignChange(Location, String[]) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
sendSignChange(Location, String[], DyeColor) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
sendTitle(Title) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
sendTitle(String, String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
sendTitle(String, String, int, int, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
serialize() - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
serialize() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
serialize() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
Serializes the properties of an ItemMetaMock to a HashMap.
serialize() - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
Serializes the held data.
serialize() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
serializeEntity(Entity) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
serializeItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
serializeToBytes() - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
server - Variable in class be.seeseemelk.mockbukkit.entity.EntityMock
 
ServerConfiguration - Class in be.seeseemelk.mockbukkit.configuration
Represents all configuration options that can be retrieved from a Server.
ServerConfiguration() - Constructor for class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
ServerConfiguration.LevelType - Enum Class in be.seeseemelk.mockbukkit.configuration
Enum representing all different world types.
ServerMock - Class in be.seeseemelk.mockbukkit
Mock implementation of a Server and Server.Spigot.
ServerMock() - Constructor for class be.seeseemelk.mockbukkit.ServerMock
Constructs a new ServerMock and sets it up.
ServicesManagerMock - Class in be.seeseemelk.mockbukkit.services
The default service manager.
ServicesManagerMock() - Constructor for class be.seeseemelk.mockbukkit.services.ServicesManagerMock
 
set(String, T) - Method in class be.seeseemelk.mockbukkit.block.data.BlockDataMock
Sets a data value.
set(NamespacedKey, PersistentDataType<T, Z>, Z) - Method in class be.seeseemelk.mockbukkit.persistence.PersistentDataContainerMock
 
setAbsorptionAmount(double) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setAddress(InetSocketAddress) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
setAdult() - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
setAdult() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setAffectsSpawning(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setAge(int) - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
setAge(int) - Method in class be.seeseemelk.mockbukkit.entity.TadpoleMock
 
setAge(int) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setAge(long) - Method in class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
 
setAgeLock(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
setAgeLock(boolean) - Method in class be.seeseemelk.mockbukkit.entity.TadpoleMock
 
setAgeLock(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setAI(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setAllowEnd(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setAllowEnd(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets whether the End should be allowed.
setAllowFlight(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setAllowFlight(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setAllowFlight(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets whether the server should allow flight.
setAllowFriendlyFire(boolean) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
setAllowNether(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setAllowNether(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets whether the Nether should be allowed.
setAmbientSpawnLimit(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setAnger(int) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setAnger(Entity, int) - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
setAngry(boolean) - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
setAnimalSpawnLimit(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setApplyLure(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setArmor(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.HorseInventoryMock
 
setArmorContents(ItemStack[]) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setArmorContents(ItemStack[]) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setArms(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setArmsRaised(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setArrowCooldown(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setArrowsInBody(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setArrowsInBody(int, boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setArrowsStuck(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setAttachedFace(FaceAttachable.AttachedFace) - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
setAttachedTo(LivingEntity) - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
setAttributeModifiers(Multimap<Attribute, AttributeModifier>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setAuthor(String) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setAuthor(LivingEntity) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setAuthor(String) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
setAutoSave(boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setAwake(boolean) - Method in class be.seeseemelk.mockbukkit.entity.BatMock
 
setAware(boolean) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
setBaby() - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
setBaby() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setBaby(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setBase(byte[][]) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
setBaseColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
setBaseColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
setBasePlate(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setBasePotionData(PotionData) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setBasePotionData(PotionData) - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
setBaseValue(double) - Method in class be.seeseemelk.mockbukkit.attribute.AttributeInstanceMock
 
setBedSpawnLocation(Location) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setBedSpawnLocation(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setBeeStingerCooldown(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setBeeStingersInBody(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setBiome(int, int, int, Biome) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setBiome(int, int, Biome) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setBiome(Biome) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
setBiome(Location, Biome) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setBiomeKey(RegionAccessor, int, int, int, NamespacedKey) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
setBiteChance(double) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setBlock(int, int, int, BlockData) - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
setBlock(int, int, int, Material) - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
setBlock(int, int, int, MaterialData) - Method in class be.seeseemelk.mockbukkit.MockChunkData
Deprecated.
setBlockData(int, int, int, BlockData) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setBlockData(BlockData) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
setBlockData(BlockData, boolean) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
setBlockData(Location, BlockData) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setBlockData(BlockData) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
setBodyColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.entity.TropicalFishMock
 
setBodyColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
setBodyPose(EulerAngle) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setBodyRotations(Rotations) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setBodyYaw(float) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setBoostTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.PigMock
 
setBoots(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
setBoots(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setBoots(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setBoots(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setBoots(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setBootsDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setBootsDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setBottomInventory(Inventory) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
Sets the bottom inventory.
setBounce(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AbstractProjectileMock
Deprecated, for removal: This API element is subject to removal in a future version.
setBoundingBoxVisible(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setBreed(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
setBreed(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setBreedCause(UUID) - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
setBrewingTime(int) - Method in class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
 
setBurnTime(short) - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
setCanBreakDoors(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setCanDestroy(Set<Material>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setCanDuplicate(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
setCanMobPickup(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setCanMove(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setCannotEnterHiveTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setCanPickupItems(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setCanPlaceOn(Set<Material>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setCanPlayerPickup(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setCanSeeFriendlyInvisibles(boolean) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
setCanTick(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setCarriedBlock(BlockData) - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
setCarriedMaterial(MaterialData) - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
Deprecated.
setCarryingChest(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ChestedHorseMock
 
setCarryingChest(boolean) - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
 
setCatType(Cat.Type) - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
setCatType(Ocelot.Type) - Method in class be.seeseemelk.mockbukkit.entity.OcelotMock
Deprecated.
setCenter(double, double) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setCenter(Location) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setCenterX(int) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
setCenterZ(int) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
setCharged(boolean) - Method in class be.seeseemelk.mockbukkit.entity.WitherSkullMock
 
setChargedProjectiles(List<ItemStack>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.CrossbowMetaMock
 
setCharging(boolean) - Method in class be.seeseemelk.mockbukkit.entity.GhastMock
 
setChargingAttack(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
 
setChargingAttack(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
setChargingAttack(boolean) - Method in interface be.seeseemelk.mockbukkit.entity.MockRangedEntity
 
setChestplate(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
setChestplate(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setChestplate(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setChestplate(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setChestplate(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setChestplateDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setChestplateDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setChunkForceLoaded(int, int, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setClearWeatherDuration(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setCollarColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
setCollarColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
setCollidable(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setColor(BarColor) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
setColor(ChatColor) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
setColor(Color) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
setColor(Horse.Color) - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
 
setColor(Llama.Color) - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
setColor(Color) - Method in class be.seeseemelk.mockbukkit.inventory.meta.LeatherArmorMetaMock
 
setColor(Color) - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
setColor(Color) - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
setColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.block.state.BedMock
 
setColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.entity.SheepMock
 
setCommand(String) - Method in class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
 
setCommand(String) - Method in class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
 
setCompassTarget(Location) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setContents(ItemStack[]) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
setConversionTime(int) - Method in class be.seeseemelk.mockbukkit.entity.SkeletonMock
 
setConversionTime(int) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setConverting(boolean) - Method in class be.seeseemelk.mockbukkit.entity.SkeletonMock
Sets if the Skeleton is converting
setCookSpeedMultiplier(double) - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
setCookTime(int, int) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
setCookTime(short) - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
setCookTimeTotal(int) - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
setCookTimeTotal(int, int) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
setCooldown(Material, int) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setCreated(Date) - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
setCreated(Date) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
setCreated(Date) - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
setCreatureTypeByName(String) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setCropsGrownSincePollination(int) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setCrouching(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setCurrentBoostTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.PigMock
 
setCursed(boolean) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
Sets the return value of EnchantmentMock.isCursed().
setCursors(MapCursorCollection) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
setCustomChatCompletions(Collection<String>) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setCustomModelData(Integer) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setCustomName(String) - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
setCustomName(String) - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
setCustomName(String) - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
setCustomName(String) - Method in class be.seeseemelk.mockbukkit.block.state.EnchantingTableMock
 
setCustomName(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setCustomNameVisible(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setCustomSpawnedType(EntityType) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
 
setDamage(double) - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
setDamage(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setDamageAmount(double) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setDamageBuffer(double) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setDashing(boolean) - Method in class be.seeseemelk.mockbukkit.entity.CamelMock
 
setData(MaterialData) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Deprecated.
setDecor(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.LlamaInventoryMock
 
setDefaultGameMode(GameMode) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
setDefending(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setDelay(int) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setDerailedVelocityMod(Vector) - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
setDestroyableKeys(Collection<Namespaced>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setDifficulty(Difficulty) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setDirection(Vector) - Method in class be.seeseemelk.mockbukkit.entity.FireballMock
 
setDisabledSlots(EquipmentSlot...) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setDisplayBlock(MaterialData) - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
Deprecated.
setDisplayBlockData(BlockData) - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
setDisplayBlockOffset(int) - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
setDisplayItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.SizedFireballMock
 
setDisplayName(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setDisplayName(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
Deprecated.
setDisplayName(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
setDisplayName(String) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setDisplayNameComponent(BaseComponent[]) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setDisplaySlot(ObjectiveMock, DisplaySlot) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
Sets the objective to a specific slot.
setDisplaySlot(DisplaySlot) - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
setDisturbanceLocation(Location) - Method in class be.seeseemelk.mockbukkit.entity.WardenMock
 
setDomestication(int) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
setDropChance(EquipmentSlot, float) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setDropChance(EquipmentSlot, float) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setDuplicationCooldown(long) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
setDuration(int) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setDurationOnUse(int) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setEating(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
setEating(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setEatingGrass(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
Deprecated.
setEatingHaystack(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
setEatingTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setEditable(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
setEffect(FireworkEffect) - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkEffectMetaMock
 
setEffectRange(double) - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
setEggLayTime(int) - Method in class be.seeseemelk.mockbukkit.entity.ChickenMock
 
setElder(boolean) - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
setEnabled(boolean) - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
 
setEnabled(JavaPlugin, boolean) - Static method in class org.bukkit.plugin.java.JavaPluginUtils
Sets the enabled status of a java plugin.
setEnchantmentSeed(int) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setEnforceSecureProfiles(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setEnforcingSecureProfiles(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets whether the server should enforce secure profiles.
setEnvironment(World.Environment) - Method in class be.seeseemelk.mockbukkit.WorldMock
Set a new environment type for this world.
setExactTeleport(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
 
setExhaustion(float) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setExitLocation(Location) - Method in class be.seeseemelk.mockbukkit.block.state.EndGatewayMock
 
setExp(float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setExpCooldown(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setExperience(int) - Method in class be.seeseemelk.mockbukkit.entity.ExperienceOrbMock
 
setExpiration(Date) - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
setExpiration(Date) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
setExpiration(Date) - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
setExplosionPower(int) - Method in class be.seeseemelk.mockbukkit.entity.GhastMock
 
setExplosionRadius(int) - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
setExtraContents(ItemStack[]) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setFace(Switch.Face) - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
setFaceplanted(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setFacing(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.data.AmethystClusterMock
 
setFacing(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.data.BedMock
 
setFacing(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
setFacing(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
setFacing(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
setFacing(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
setFacing(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.data.WallSignMock
 
setFacingDirection(BlockFace) - Method in class be.seeseemelk.mockbukkit.entity.HangingMock
 
setFacingDirection(BlockFace, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HangingMock
 
setFallDistance(float) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setFireTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setFireworkMeta(FireworkMeta) - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
setFirstPlayed(UUID, long) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Sets the return value of MockPlayerList.getFirstPlayed(UUID).
setFirstTrustedPlayer(AnimalTamer) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setFlower(Location) - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
setFlower(Location) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setFlying(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setFlyingFallDamage(TriState) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setFlyingVelocityMod(Vector) - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
setFlySpeed(float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setFoodLevel(int) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setForceLoaded(boolean) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
setFoxType(Fox.Type) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setFreezeTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setFrictionState(TriState) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setFrictionState(TriState) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setFromBucket(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
setFromBucket(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FishMock
 
setFuel(int) - Method in class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
 
setFuel(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.BrewerInventoryMock
 
setFuel(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
setFuelLevel(int) - Method in class be.seeseemelk.mockbukkit.block.state.BrewingStandMock
 
setFullTime(long) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setFuseTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
setFuseTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.ExplosiveMinecartMock
 
setGameMode(GameMode) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setGameMode(GameMode) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setGameRule(GameRule<T>, T) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setGameRuleValue(String, String) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setGenerateStructures(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setGenerateStructures(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets whether structures should be generated.
setGeneration(BookMeta.Generation) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
setGliding(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setGlowing(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setGlowingText(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
setGravity(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setHalf(Bisected.Half) - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
setHalf(Bisected.Half) - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
setHardcore(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setHardcore(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets whether the server should be in hardcore mode.
setHardcore(boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setHasBeenShot(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
setHasBeenStaredAt(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
setHasLeftShooter(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
setHasNectar(boolean) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setHasPlayerLooted(UUID, boolean) - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
setHasPlayerLooted(UUID, boolean) - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
setHasPlayerLooted(UUID, boolean) - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
setHasPlayerLooted(UUID, boolean) - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
setHasPlayerLooted(UUID, boolean) - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
setHasPlayerLooted(UUID, boolean) - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
setHasPlayerLooted(UUID, boolean) - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
setHasSeenWinScreen(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setHasStung(boolean) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setHeadPose(EulerAngle) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setHeadRotations(Rotations) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setHeadUp(boolean) - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
setHealth(double) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setHealth(double) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setHealth(int) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setHealthScale(double) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setHealthScaled(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setHeldItemSlot(int) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setHelmet(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
setHelmet(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setHelmet(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setHelmet(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setHelmet(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setHelmetDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setHelmetDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setHiddenGene(Panda.Gene) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setHideOnlinePlayers(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setHideOnlinePlayers(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Set whether to hide online players
setHive(Location) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setHookedEntity(Entity) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setHurtDirection(float) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setId(UUID) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
setIdleTimeout(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
setIgnited(boolean) - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
setIgnoreEntities(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setIngredient(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.BrewerInventoryMock
 
setInhabitedTime(long) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
setInPowderedSnowTime(int) - Method in class be.seeseemelk.mockbukkit.entity.SkeletonMock
Sets the Time the Entity is in powdered Snow
setIntegrity(float) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setInterested(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setInterested(boolean) - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
 
setInvisible(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setInvisible(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
setInvulnerable(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setIp(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the server listen IP.
setIsChickenJockey(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ChickenMock
 
setIsIncendiary(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FireballMock
 
setItem(int, ItemStack) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
setItem(int, ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
setItem(EquipmentSlot, ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setItem(EquipmentSlot, ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setItem(EquipmentSlot, ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItem(EquipmentSlot, ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setItem(EquipmentSlot, ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.EggMock
 
setItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
setItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.BeaconInventoryMock
 
setItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EnchantingInventoryMock
 
setItemInHand(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
setItemInHand(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setItemInHand(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
Deprecated.
setItemInHand(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
Deprecated.
setItemInHandDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
Deprecated.
setItemInHandDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItemInMainHand(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setItemInMainHand(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setItemInMainHand(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItemInMainHand(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItemInMainHandDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setItemInMainHandDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItemInOffHand(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setItemInOffHand(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setItemInOffHand(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItemInOffHand(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItemInOffHandDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setItemInOffHandDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setItemOnCursor(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setItems(List<ItemStack>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BundleMetaMock
 
setItemStack(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setItemTarget(EnchantmentTarget) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
Sets the return value of EnchantmentMock.getItemTarget().
setJarFile(JarFile) - Method in class be.seeseemelk.mockbukkit.plugin.MockBukkitConfiguredPluginClassLoader
 
setJumping(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setJumpStrength(double) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
setKeepSpawnInMemory(boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setKiller(Player) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setLaser(boolean) - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
setLaserTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.GuardianMock
 
setLastDamage(double) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setLastDamageCause(EntityDamageEvent) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setLastDeathLocation(Location) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setLastLogin(UUID, long) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Sets the return value of MockPlayerList.getLastLogin(UUID).
setLastPlayed(long) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated, for removal: This API element is subject to removal in a future version.
Moved to MockPlayerList.
setLastSeen(UUID, long) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Sets the return value of MockPlayerList.getLastLogin(UUID) while the player is offline.
setLastVibrationFrequency(int) - Method in class be.seeseemelk.mockbukkit.block.state.SculkSensorMock
 
setLeaping(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setLeashHolder(Entity) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setLeftArmPose(EulerAngle) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setLeftArmRotations(Rotations) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setLeftHanded(boolean) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
setLeftHorn(boolean) - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
 
setLeftLegPose(EulerAngle) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setLeftLegRotations(Rotations) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setLeggings(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
Deprecated.
setLeggings(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setLeggings(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setLeggings(ItemStack, boolean) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setLeggings(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setLeggingsDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.EntityEquipmentMock
 
setLeggingsDropChance(float) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setLevel(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setLevelType(ServerConfiguration.LevelType) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setLife(int) - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
Deprecated, for removal: This API element is subject to removal in a future version.
setLine(int, String) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
Deprecated.
setListenerRange(int) - Method in class be.seeseemelk.mockbukkit.block.state.SculkSensorMock
 
setLit(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
setLocale(Locale) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Sets player locale
setLocalizedName(String) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setLocation(Location) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Sets the location of the entity.
setLocationName(String) - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
setLock(String) - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
setLock(String) - Method in class be.seeseemelk.mockbukkit.block.state.ContainerMock
 
setLocked(boolean) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
setLodestone(Location) - Method in class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
 
setLodestoneTracked(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.CompassMetaMock
 
setLootTable(LootTable) - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
setLootTable(LootTable) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
setLootTable(LootTable) - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
setLootTable(LootTable) - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
setLootTable(LootTable) - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
setLootTable(LootTable) - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
setLootTable(LootTable) - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
setLootTable(LootTable) - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
setLore(List<String>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setLoreComponents(List<BaseComponent[]>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setLoveModeTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
setLureAngle(float, float) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setLureTime(int, int) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setLyingDown(boolean) - Method in class be.seeseemelk.mockbukkit.entity.CatMock
 
setMainEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.inventory.meta.PotionMetaMock
 
setMainGene(Panda.Gene) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setMapId(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
setMapView(MapView) - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
setMarker(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setMarker(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
setMatrix(ItemStack[]) - Method in class be.seeseemelk.mockbukkit.inventory.WorkbenchInventoryMock
 
setMaxChainedNeighborUpdates(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the maximum number of chained neighbour updates before skipping additional ones.
setMaxChainedNeighbourUpdates(int) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setMaxDomestication(int) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
setMaxEntities(int) - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
 
setMaxFuseTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
setMaxHealth(double) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setMaximumAir(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setMaximumNoDamageTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setMaximumRepairCost(int) - Method in class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
 
setMaxLevel(int) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
Sets the return value of EnchantmentMock.getMaxLevel().
setMaxLife(int) - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
Deprecated, for removal: This API element is subject to removal in a future version.
setMaxLureAngle(float) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setMaxLureTime(int) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setMaxNearbyEntities(int) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setMaxPlayers(int) - Method in class be.seeseemelk.mockbukkit.MockPlayerList
Sets the maximum number of online players.
setMaxPlayers(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
setMaxSpawnDelay(int) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setMaxSpeed(double) - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
setMaxStackSize(int) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
setMaxWaitTime(int) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setMaxWorldSize(int) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setMaxWorldSize(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Set the maximum world size
setMemory(MemoryKey<T>, T) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setMetadata(String) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setMetadata(String, MetadataValue) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setMetadata(String, MetadataValue) - Method in class be.seeseemelk.mockbukkit.metadata.MetadataTable
 
setMetadata(String, MetadataValue) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setMetadata(String, MetadataValue) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
setMetadata(String, MetadataValue) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
setMinimumApiVersion(String) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
Sets the minimum api-version allowed.
setMinLureAngle(float) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setMinLureTime(int) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setMinSpawnDelay(int) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setMinWaitTime(int) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setMirror(Mirror) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setMonsterSpawnLimit(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setMoreCarrotTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.RabbitMock
 
setMotd(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
setName(String) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Sets the name of this entity.
setName(String) - Method in class be.seeseemelk.mockbukkit.block.state.CommandBlockMock
 
setName(String) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
setName(String) - Method in class be.seeseemelk.mockbukkit.WorldMock
Give a new name to this world.
setNameTagVisibility(NameTagVisibility) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
Deprecated. 
setNextRefill(long) - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
setNextRefill(long) - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
setNextRefill(long) - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
setNextRefill(long) - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
setNextRefill(long) - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
setNextRefill(long) - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
setNextRefill(long) - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
setNoActionTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setNoBasePlate(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
setNoDamageTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setNoDamageTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setNoteBlockSound(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
setNoteBlockSound(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
setNoTickViewDistance(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setNoTickViewDistance(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setOccupied(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.BedMock
 
setOfflinePlayers(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Set the numbers of mock offline players that are on this server.
setOnBack(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setOnlineMode(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setOnlineMode(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets whether the server should be in online mode.
setOp(boolean) - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
setOp(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setOp(boolean) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
setOp(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setOpen(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
setOption(Team.Option, Team.OptionStatus) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
setOwner(String) - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
setOwner(UUID) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setOwner(AnimalTamer) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
setOwner(AnimalTamer) - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
 
setOwner(String) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
Deprecated.
setOwnerProfile(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
Deprecated.
setOwnerProfile(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
Deprecated.
setOwnerUniqueId(UUID) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setOwnerUUID(UUID) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
setOwnerUUID(UUID) - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
Sets the owner of this animal by UUID.
setOwningPlayer(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
setOwningPlayer(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
setPage(int) - Method in class be.seeseemelk.mockbukkit.block.state.LecternMock
 
setPage(int, String) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
Deprecated.
setPages(List<String>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
Deprecated.
setPages(String...) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
Deprecated.
setPart(Bed.Part) - Method in class be.seeseemelk.mockbukkit.block.data.BedMock
 
setParticle(Particle) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setParticle(Particle, T) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setPassenger(Entity) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Deprecated.
setPattern(int, Pattern) - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
setPattern(int, Pattern) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
setPattern(TropicalFish.Pattern) - Method in class be.seeseemelk.mockbukkit.entity.TropicalFishMock
 
setPattern(TropicalFish.Pattern) - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
setPatternColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.entity.TropicalFishMock
 
setPatternColor(DyeColor) - Method in class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
 
setPatterns(List<Pattern>) - Method in class be.seeseemelk.mockbukkit.block.state.BannerMock
 
setPatterns(List<Pattern>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BannerMetaMock
 
setPersistent(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setPickupCooldown(int) - Method in class be.seeseemelk.mockbukkit.entity.HopperMinecartMock
Deprecated, for removal: This API element is subject to removal in a future version.
setPickupDelay(int) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setPixel(int, int, byte) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
setPixelColor(int, int, Color) - Method in class be.seeseemelk.mockbukkit.map.MapCanvasMock
 
setPlaceableKeys(Collection<Namespaced>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setPlayer(HumanEntity) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
Sets the player viewing.
setPlayer(OfflinePlayer) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
Sets the player that this score is tracking.
setPlayerListFooter(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setPlayerListHeader(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setPlayerListHeaderFooter(String, String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setPlayerListHeaderFooter(BaseComponent, BaseComponent) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setPlayerListHeaderFooter(BaseComponent[], BaseComponent[]) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setPlayerListName(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setPlayerProfile(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
setPlayerProfile(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setPlayerProfile(PlayerProfile) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
 
setPlayers(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Set the numbers of mock players that are on this server.
setPlayerTime(long, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setPlayerWeather(WeatherType) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setPlaying(Material) - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
setPlayingDead(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
setPort(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the server listen port.
setPortalCooldown(int) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setPose(Pose, boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setPower(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.FireworkMetaMock
 
setPowered(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.SwitchMock
 
setPowered(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
setPowered(boolean) - Method in class be.seeseemelk.mockbukkit.entity.CreeperMock
 
setPrefix(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
setPrimaryEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
setProgress(double) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
setProperties(Collection<ProfileProperty>) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
setProperty(ProfileProperty) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
setPuffState(int) - Method in class be.seeseemelk.mockbukkit.entity.PufferFishMock
 
setPushX(double) - Method in class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
 
setPushZ(double) - Method in class be.seeseemelk.mockbukkit.entity.PoweredMinecartMock
 
setPVP(boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setPvpEnabled(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setRabbitType(Rabbit.Type) - Method in class be.seeseemelk.mockbukkit.entity.RabbitMock
 
setRadius(float) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setRadiusOnUse(float) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setRadiusPerTick(float) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setRainInfluenced(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setRawData(byte) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
Deprecated.
setReapplicationDelay(int) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setRearing(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
setReason(String) - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
setReason(String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
setReason(String) - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
setRecipes(List<NamespacedKey>) - Method in class be.seeseemelk.mockbukkit.inventory.meta.KnowledgeBookMetaMock
 
setRecipesUsed(Map<CookingRecipe<?>, Integer>) - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
setRecipeUsedCount(CookingRecipe<?>, int) - Method in class be.seeseemelk.mockbukkit.block.state.AbstractFurnaceMock
 
setRecord(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
setRefillEnabled(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
setRegion(int, int, int, int, int, int, BlockData) - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
setRegion(int, int, int, int, int, int, Material) - Method in class be.seeseemelk.mockbukkit.MockChunkData
 
setRegion(int, int, int, int, int, int, MaterialData) - Method in class be.seeseemelk.mockbukkit.MockChunkData
Deprecated.
setRelativePosition(BlockVector) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setRemainingAir(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setRemoveWhenFarAway(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setRenameText(String) - Method in class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
setRenderType(RenderType) - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
setRepairCost(int) - Method in class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
 
setRepairCost(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setRepairCostAmount(int) - Method in class be.seeseemelk.mockbukkit.inventory.AnvilInventoryMock
 
setRequiredPlayerRange(int) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setResourcePack(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setResourcePack(String, byte[], String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setResourcePack(String, byte[], String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setResourcePack(String, byte[]) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setResourcePack(String, byte[], boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setResourcePack(String, byte[], Component, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setResourcePack(String, String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setResourcePack(String, String, boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setResourcePack(String, String, boolean, Component) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setResult(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
setResult(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.SmithingInventoryMock
 
setResult(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.WorkbenchInventoryMock
 
setRightArmPose(EulerAngle) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setRightArmRotations(Rotations) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setRightHorn(boolean) - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
 
setRightLegPose(EulerAngle) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setRightLegRotations(Rotations) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setRolling(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setRollingOverride(TriState) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setRotation(float, float) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setRotation(BlockFace) - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
 
setRotation(StructureRotation) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setRunning(boolean) - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Sets whether the task is running.
setSaddle(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PigMock
 
setSaddle(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.AbstractHorseInventoryMock
 
setSaturatedRegenRate(int) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setSaturation(float) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setScale(MapView.Scale) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
setScaling(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.MapMetaMock
 
setScheduledTick(long) - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Sets the tick at which the task is scheduled to run at.
setScore(int) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreMock
 
setScoreboard(Scoreboard) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setScreaming(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
setScreaming(boolean) - Method in class be.seeseemelk.mockbukkit.entity.GoatMock
 
setSecondary(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.EnchantingInventoryMock
 
setSecondaryEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
 
setSecondTrustedPlayer(AnimalTamer) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setSedated(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
Sets the return value of BeehiveMock.isSedated()
setSeed(long) - Method in class be.seeseemelk.mockbukkit.block.state.BarrelMock
 
setSeed(long) - Method in class be.seeseemelk.mockbukkit.block.state.ChestMock
 
setSeed(long) - Method in class be.seeseemelk.mockbukkit.block.state.DispenserMock
 
setSeed(long) - Method in class be.seeseemelk.mockbukkit.block.state.DropperMock
 
setSeed(long) - Method in class be.seeseemelk.mockbukkit.block.state.HopperMock
 
setSeed(long) - Method in class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
 
setSeed(long) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setSeed(long) - Method in class be.seeseemelk.mockbukkit.entity.LootableMinecart
 
setSeed(long) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
setSendViewDistance(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setSendViewDistance(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setServerIcon(CachedServerIconMock) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the return value of ServerMock.getServerIcon().
setServerInstanceToNull() - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Sets the global server singleton in Bukkit back to zero.
setServerIp(String) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setServerPort(int) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setShape(Stairs.Shape) - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
setSheared(boolean) - Method in class be.seeseemelk.mockbukkit.entity.SheepMock
 
setShieldBlockingDelay(int) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setShooter(ProjectileSource) - Method in class be.seeseemelk.mockbukkit.entity.ProjectileMock
 
setShotAtAngle(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
setShouldBurnInDay(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
 
setShouldBurnInDay(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setShoulderEntityLeft(Entity) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setShoulderEntityRight(Entity) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setShouldSendChatPreviews(boolean) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setShouldSendChatPreviews(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated, for removal: This API element is subject to removal in a future version.
Chat previews were removed in 1.19.3.
setShowAir(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setShowArms(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
setShutdownMessage(Component) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setShutdownMessage(Component) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the shutdown message.
setShutdownTimeout(long) - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Sets the maximum time to wait for async tasks to finish before terminating them.
setSignalFire(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
setSilent(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setSimulationDistance(int) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setSimulationDistance(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setSimulationDistance(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Set the simulation distance
setSimulationDistance(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setSitting(boolean) - Method in class be.seeseemelk.mockbukkit.entity.CamelMock
 
setSitting(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setSitting(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setSitting(boolean) - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
Sets whether the animal is sitting.
setSize(double) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setSize(double, long) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setSize(double, TimeUnit, long) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setSize(int) - Method in class be.seeseemelk.mockbukkit.entity.SlimeMock
 
setSkeletonType(Skeleton.SkeletonType) - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
Deprecated.
setSkullType(SkullType) - Method in class be.seeseemelk.mockbukkit.block.state.SkullMock
Deprecated.
setSkyInfluenced(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setSleeping(boolean) - Method in class be.seeseemelk.mockbukkit.entity.FoxMock
 
setSleeping(boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
Set whether this entity is slumbering.
setSleepingIgnored(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setSlimeChunk(boolean) - Method in class be.seeseemelk.mockbukkit.ChunkMock
Sets the return value of ChunkMock.isSlimeChunk().
setSlowWhenEmpty(boolean) - Method in class be.seeseemelk.mockbukkit.entity.MinecartMock
 
setSmall(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setSmall(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
setSmelting(ItemStack) - Method in class be.seeseemelk.mockbukkit.inventory.FurnaceInventoryMock
 
setSneaking(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setSneaking(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setSneezeTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setSneezing(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setSource(String) - Method in class be.seeseemelk.mockbukkit.ban.MockBukkitProfileBanEntry
 
setSource(String) - Method in class be.seeseemelk.mockbukkit.ban.MockIpBanEntry
 
setSource(String) - Method in class be.seeseemelk.mockbukkit.ban.MockPaperProfileBanEntry
 
setSource(ProjectileSource) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setSpawnCount(int) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setSpawnedItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setSpawnedType(EntityType) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setSpawnedType(EntityType) - Method in class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
 
setSpawnFlags(boolean, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setSpawnLimit(SpawnCategory, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setSpawnLocation(int, int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setSpawnLocation(int, int, int, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setSpawnLocation(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setSpawnRadius(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
setSpawnRange(int) - Method in class be.seeseemelk.mockbukkit.block.state.CreatureSpawnerMock
 
setSpectatorTarget(Entity) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setSprinting(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setStanding(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PolarBearMock
 
setStartLevel(int) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
Sets the return value of EnchantmentMock.getStartLevel().
setStarvationRate(int) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setState(BlockStateMock) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
This method sets the current BlockState to the provided BlockStateMock.
setStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
setStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setStatistic(Statistic, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Sets the given statistic for this player.
setStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
setStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setStatistic(Statistic, EntityType, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Sets the given statistic for this player for the given entity.
setStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
setStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setStatistic(Statistic, Material, int) - Method in class be.seeseemelk.mockbukkit.statistic.StatisticsMock
Sets the given statistic for this player for the given material.
setStewEffect(PotionEffectType) - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
setStewEffectDuration(int) - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
setStorageContents(ItemStack[]) - Method in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
 
setStorageContents(ItemStack[]) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryMock
 
setStorm(boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setStrength(int) - Method in class be.seeseemelk.mockbukkit.entity.LlamaMock
 
setStructureName(String) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setStructureSize(BlockVector) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setStyle(BarStyle) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
setStyle(Horse.Style) - Method in class be.seeseemelk.mockbukkit.entity.HorseMock
 
setSubtitle(BaseComponent) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setSubtitle(BaseComponent[]) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setSuccessCount(int) - Method in interface be.seeseemelk.mockbukkit.command.CommandBlockHolderMock
 
setSuccessCount(int) - Method in class be.seeseemelk.mockbukkit.entity.CommandMinecartMock
 
setSuffix(String) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
setSwimming(boolean) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
setTamed(boolean) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
 
setTamed(boolean) - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
 
setTarget(LivingEntity) - Method in class be.seeseemelk.mockbukkit.entity.MobMock
 
setTargetLocation(Location) - Method in class be.seeseemelk.mockbukkit.entity.BatMock
 
setTexturePack(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setTextures(PlayerTextures) - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
setThrower(UUID) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setThunderDuration(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setThundering(boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setTicksFlown(int) - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
setTicksLived(int) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setTicksPerAmbientSpawns(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setTicksPerAnimalSpawns(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setTicksPerMonsterSpawns(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setTicksPerSpawns(SpawnCategory, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setTicksPerWaterAmbientSpawns(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setTicksPerWaterSpawns(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setTicksPerWaterUndergroundCreatureSpawns(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setTicksSincePollination(int) - Method in class be.seeseemelk.mockbukkit.entity.BeeMock
 
setTicksToDetonate(int) - Method in class be.seeseemelk.mockbukkit.entity.FireworkMock
 
setTier(int) - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
Sets the tier of the Beacon.
setTime(long) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setTitle(String) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
 
setTitle(String) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
setTitle(String) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
setTitleTimes(int, int, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
setTongueTarget(Entity) - Method in class be.seeseemelk.mockbukkit.entity.FrogMock
 
setTopInventory(Inventory) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
Sets the top inventory.
setTotalExperience(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setTrackingPosition(boolean) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
setTrap(boolean) - Method in class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
Deprecated.
setTrapped(boolean) - Method in class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
 
setTrapTime(int) - Method in class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
 
setTreasure(boolean) - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
Sets the return value of EnchantmentMock.isTreasure().
setTrusting(boolean) - Method in class be.seeseemelk.mockbukkit.entity.OcelotMock
 
setType(int, int, int, Material) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setType(Slab.Type) - Method in class be.seeseemelk.mockbukkit.block.data.SlabMock
 
setType(Location, Material) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setType(Material) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
setType(Material, boolean) - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
setType(InventoryType) - Method in class be.seeseemelk.mockbukkit.inventory.InventoryViewMock
Sets the type of inventory view.
setType(Material) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
setUnbreakable(boolean) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setUnhappyTicks(int) - Method in class be.seeseemelk.mockbukkit.entity.PandaMock
 
setUnlimitedLifetime(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setUnlimitedTracking(boolean) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
setUnsaturatedRegenRate(int) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setUpdateFolder(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the global update folder.
setUpdateFolder(String) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setUsageMode(UsageMode) - Method in class be.seeseemelk.mockbukkit.block.state.StructureMock
 
setVariant(Axolotl.Variant) - Method in class be.seeseemelk.mockbukkit.entity.AxolotlMock
 
setVariant(Frog.Variant) - Method in class be.seeseemelk.mockbukkit.entity.FrogMock
 
setVariant(MushroomCow.Variant) - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
setVariant(Axolotl.Variant) - Method in class be.seeseemelk.mockbukkit.inventory.meta.AxolotlBucketMetaMock
 
setVariant(Horse.Variant) - Method in class be.seeseemelk.mockbukkit.entity.AbstractHorseMock
Deprecated.
setVelocity(Vector) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setVersion(int) - Method in class be.seeseemelk.mockbukkit.inventory.meta.ItemMetaMock
 
setViewDistance(int) - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
setViewDistance(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setViewDistance(int) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the global view distance for all players.
setViewDistance(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setVillager(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setVillagerProfession(Villager.Profession) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
setVisible(boolean) - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
 
setVisible(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ArmorStandMock
 
setVisibleByDefault(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setVisualFire(boolean) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
setWaitTime(int) - Method in class be.seeseemelk.mockbukkit.entity.AreaEffectCloudMock
 
setWaitTime(int) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setWaitTime(int, int) - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
setWalkSpeed(float) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setWander(boolean) - Method in class be.seeseemelk.mockbukkit.entity.SlimeMock
 
setWardenTimeSinceLastWarning(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setWardenWarningCooldown(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setWardenWarningLevel(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setWarningDistance(int) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setWarningLevel(int) - Method in class be.seeseemelk.mockbukkit.block.state.SculkShriekerMock
 
setWarningState(Warning.WarningState) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the return value of ServerMock.getWarningState().
setWarningTime(int) - Method in class be.seeseemelk.mockbukkit.WorldBorderMock
 
setWaterAmbientSpawnLimit(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setWaterAnimalSpawnLimit(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setWaterlogged(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.AmethystClusterMock
 
setWaterlogged(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.CampfireMock
 
setWaterlogged(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.SlabMock
 
setWaterlogged(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.StairsMock
 
setWaterlogged(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
 
setWaterlogged(boolean) - Method in class be.seeseemelk.mockbukkit.block.data.WallSignMock
 
setWaterUndergroundCreatureSpawnLimit(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
setWaxed(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.SignMock
 
setWeatherDuration(int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
setWet(boolean) - Method in class be.seeseemelk.mockbukkit.entity.WolfMock
Sets whether the wolf is wet or not.
setWhitelist(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
setWhitelisted(boolean) - Method in class be.seeseemelk.mockbukkit.entity.OfflinePlayerMock
 
setWhitelisted(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setWhitelistEnforced(boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
setWillAge(boolean) - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
setWindowProperty(InventoryView.Property, int) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
setWorld(World) - Method in class be.seeseemelk.mockbukkit.map.MapViewMock
 
setWorldBorder(WorldBorder) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
setWorldType(ServerConfiguration.LevelType) - Method in class be.seeseemelk.mockbukkit.ServerMock
Sets the global default World Type
setYield(float) - Method in class be.seeseemelk.mockbukkit.entity.FireballMock
 
shear(Sound.Source) - Method in class be.seeseemelk.mockbukkit.entity.MushroomCowMock
 
shear(Sound.Source) - Method in class be.seeseemelk.mockbukkit.entity.SheepMock
 
SheepMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Sheep.
SheepMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SheepMock
Constructs a new SheepMock on the provided ServerMock with a specified UUID.
shouldBurnInDay() - Method in class be.seeseemelk.mockbukkit.entity.AbstractSkeletonMock
 
shouldBurnInDay() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
shouldSendChatPreviews() - Method in class be.seeseemelk.mockbukkit.configuration.ServerConfiguration
 
shouldSendChatPreviews() - Method in class be.seeseemelk.mockbukkit.ServerMock
Deprecated, for removal: This API element is subject to removal in a future version.
Chat previews were removed in 1.19.3.
shouldShowArms() - Method in class be.seeseemelk.mockbukkit.inventory.meta.ArmorStandMetaMock
 
show() - Method in class be.seeseemelk.mockbukkit.boss.BossBarMock
Deprecated.
showBossBar(BossBar) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
showDemoScreen() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
showElderGuardian(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
showEntity(Plugin, Entity) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
showPlayer(Player) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
showPlayer(Plugin, Player) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
showTitle(BaseComponent) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
showTitle(BaseComponent[]) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
showTitle(BaseComponent[], BaseComponent[], int, int, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
showTitle(BaseComponent, BaseComponent, int, int, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
showWinScreen() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
ShulkerBoxInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a Shulker Box InventoryType.
ShulkerBoxInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.ShulkerBoxInventoryMock
Constructs a new ShulkerBoxInventoryMock for the given holder.
ShulkerBoxMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a ShulkerBox.
ShulkerBoxMock(ShulkerBoxMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
Constructs a new ShulkerBoxMock by cloning the data from an existing one.
ShulkerBoxMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
Constructs a new ShulkerBoxMock for the provided Block.
ShulkerBoxMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.ShulkerBoxMock
Constructs a new ShulkerBoxMock for the provided Material.
shutdown() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Shuts the scheduler down.
shutdown() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
shutdownMessage() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
SignMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Sign.
SignMock(SignMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.SignMock
Constructs a new SignMock by cloning the data from an existing one.
SignMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.SignMock
Constructs a new SignMock for the provided Block.
SignMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.SignMock
Constructs a new SignMock for the provided Material.
SimpleEntityMock - Class in be.seeseemelk.mockbukkit.entity
A very simple class that allows one to create an instance of an EntityMock when a specific type of entity is not required.
SimpleEntityMock(ServerMock) - Constructor for class be.seeseemelk.mockbukkit.entity.SimpleEntityMock
Constructs a new SimpleEntityMock on the provided ServerMock with a random UUID.
SimpleEntityMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SimpleEntityMock
Constructs a new SimpleEntityMock on the provided ServerMock with a specified UUID.
SimpleInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
A basic inventory.
SimpleInventoryMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.SimpleInventoryMock
Creates a very simple inventory with no holder, as name Inventory, a size of 9, and an inventory type of InventoryType.CHEST.
SimpleInventoryMock(InventoryHolder, int, InventoryType) - Constructor for class be.seeseemelk.mockbukkit.inventory.SimpleInventoryMock
Creates a new inventory with size inherited from InventoryType.getDefaultSize().
SimpleInventoryMock(InventoryHolder, InventoryType) - Constructor for class be.seeseemelk.mockbukkit.inventory.SimpleInventoryMock
Creates a new inventory with size inherited from InventoryType.getDefaultSize().
SimpleInventoryViewMock - Class in be.seeseemelk.mockbukkit.inventory
A basic inventory view.
SimpleInventoryViewMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.SimpleInventoryViewMock
Creates a very simple mock IntventoryView with as player, top, and bottom null, and as type InventoryType.CHEST.
SimpleInventoryViewMock(HumanEntity, Inventory, Inventory, InventoryType) - Constructor for class be.seeseemelk.mockbukkit.inventory.SimpleInventoryViewMock
Constructs a new SimpleInventoryViewMock with the provided parameters, and "Inventory" as the name.
SimpleMobMock - Class in be.seeseemelk.mockbukkit.entity
A very simple class that allows one to create an instance of a MobMock when a specific type of entity is not required.
SimpleMobMock(ServerMock) - Constructor for class be.seeseemelk.mockbukkit.entity.SimpleMobMock
Constructs a new SimpleMobMock on the provided ServerMock with a random UUID.
SimpleMobMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SimpleMobMock
Constructs a new SimpleMobMock on the provided ServerMock with a specified UUID.
SimpleMonsterMock - Class in be.seeseemelk.mockbukkit.entity
A very simple class that allows one to create an instance of a MonsterMock when a specific type of entity is not required.
SimpleMonsterMock(ServerMock) - Constructor for class be.seeseemelk.mockbukkit.entity.SimpleMonsterMock
Constructs a new SimpleMonsterMock on the provided ServerMock with a random UUID.
SimpleMonsterMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SimpleMonsterMock
Constructs a new SimpleMonsterMock on the provided ServerMock with a specified UUID.
simulateBlockBreak(Block) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates the player breaking a block.
simulateBlockDamage(Block) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates the player damaging a block.
simulateBlockDamagePure(Block) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates the player damaging a block just like PlayerMock.simulateBlockDamage(Block).
simulateBlockPlace(Material, Location) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates the player placing a block.
simulateConsumeItem(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates a Player consuming an Edible Item
simulateInventoryClick(int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates the player clicking an Inventory.
simulateInventoryClick(InventoryView, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates the player clicking an Inventory.
simulateInventoryClick(InventoryView, ClickType, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates the player clicking an Inventory.
simulateItemPickup(ItemStack) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
Simulate the Allay picking up an ItemStack from the ground.
simulateItemRetrieval() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
Simulate the retrieval of the Allay's current items.
simulatePlayerInteract(Material) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
Simulates the Interaction of a Player with the Allay to set it's current item.
simulatePlayerMove(Location) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
This method moves player instantly with respect to PlayerMoveEvent
simulateSneak(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates sneaking.
simulateSprint(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates sprinting.
simulateToggleFlight(boolean) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Simulates toggling flight.
SINGLE_BIOME_SURFACE - Enum constant in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Single biome.
SizedFireballMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a SizedFireball.
SizedFireballMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SizedFireballMock
Constructs a new SizedFireballMock on the provided ServerMock with a specified UUID.
SkeletonHorseMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a SkeletonHorse.
SkeletonHorseMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SkeletonHorseMock
Constructs a new SkeletonHorseMock on the provided ServerMock with a specified UUID.
SkeletonMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Skeleton.
SkeletonMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SkeletonMock
Constructs a new SkeletonMock on the provided ServerMock with a specified UUID.
SkullMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of a SkullMeta.
SkullMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
Constructs a new SkullMetaMock.
SkullMetaMock(SkullMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.SkullMetaMock
Constructs a new SkullMetaMock, cloning the data from another.
SkullMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Skull.
SkullMock(SkullMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.SkullMock
Constructs a new SkullMock by cloning the data from an existing one.
SkullMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.SkullMock
Constructs a new SkullMock for the provided Block.
SkullMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.SkullMock
Constructs a new SkullMock for the provided Material.
SlabMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of Slab.
SlabMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.SlabMock
Constructs a new BedMock for the provided Material.
sleep(Location, boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
SLEEPING - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is sleeping
SlimeMock - Class in be.seeseemelk.mockbukkit.entity
 
SlimeMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SlimeMock
Constructs a new SlimeMock on the provided ServerMock with a specified UUID.
SLOT_BAR - Static variable in class be.seeseemelk.mockbukkit.inventory.PlayerInventoryMock
The ending slot of the hotbar.
SMALL - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntitySubType
Small slime/magma cube
SmallFireballMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a SmallFireball.
SmallFireballMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SmallFireballMock
Constructs a new SmallFireballMock on the provided ServerMock with a specified UUID.
SmithingInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of an SmithingInventory.
SmithingInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.SmithingInventoryMock
Constructs a new SmithingInventoryMock for the given holder.
SmokerMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Smoker.
SmokerMock(SmokerMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.SmokerMock
Constructs a new SmokerMock by cloning the data from an existing one.
SmokerMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.SmokerMock
Constructs a new SmokerMock for the provided Block.
SmokerMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.SmokerMock
Constructs a new SmokerMock for the provided Material.
SNEAKING - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is sneaking
SOLID_BLOCKS - Static variable in class be.seeseemelk.mockbukkit.tags.internal.InternalTag
 
SoundReceiver - Interface in be.seeseemelk.mockbukkit.sound
This interface provides methods to assert sounds that were heard.
soundSourceToCategory(Sound.Source) - Static method in class be.seeseemelk.mockbukkit.util.AdventureConverters
 
spawn(Location, Class<T>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawn(Location, Class<T>, boolean, Consumer<T>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawn(Location, Class<T>, Consumer<T>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawn(Location, Class<T>, Consumer<T>, CreatureSpawnEvent.SpawnReason) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawn(Location, Class<T>, Consumer<T>, CreatureSpawnEvent.SpawnReason, boolean, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
Spawns an entity.
spawnArrow(Location, Vector, float, float) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnArrow(Location, Vector, float, float, Class<T>) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnAt(Location) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
spawnAt(Location, CreatureSpawnEvent.SpawnReason) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
SpawnEggMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an SpawnEggMeta.
SpawnEggMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
Constructs a new SpawnEggMetaMock.
SpawnEggMetaMock(SpawnEggMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.SpawnEggMetaMock
Constructs a new SpawnEggMetaMock, cloning the data from another.
spawnEntity(Location, EntityType) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnEntity(Location, EntityType, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
SpawnerMinecartMock - Class in be.seeseemelk.mockbukkit.entity
 
SpawnerMinecartMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SpawnerMinecartMock
Constructs a new SpawnerMinecartMock on the provided ServerMock with a specified UUID.
spawnFallingBlock(Location, BlockData) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnFallingBlock(Location, MaterialData) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnFallingBlock(Location, Material, byte) - Method in class be.seeseemelk.mockbukkit.WorldMock
Deprecated.
spawnParticle(Particle, double, double, double, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, double, double, double, int, double, double, double) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, double, double, double, int, double, double, double, double) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, double, double, double, int, double, double, double, double, T) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, double, double, double, int, double, double, double, T) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, double, double, double, int, T) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, Location, int) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, Location, int, double, double, double) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, Location, int, double, double, double, double) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, Location, int, double, double, double, double, T) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, Location, int, double, double, double, T) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, Location, int, T) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spawnParticle(Particle, List<Player>, Player, double, double, double, int, double, double, double, double, T, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, double, double, double, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, double, double, double, int, double, double, double) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, double, double, double, int, double, double, double, double) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, double, double, double, int, double, double, double, double, T) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, double, double, double, int, double, double, double, double, T, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, double, double, double, int, double, double, double, T) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, double, double, double, int, T) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, Location, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, Location, int, double, double, double) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, Location, int, double, double, double, double) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, Location, int, double, double, double, double, T) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, Location, int, double, double, double, double, T, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, Location, int, double, double, double, T) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
spawnParticle(Particle, Location, int, T) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
SpiderMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Spider.
SpiderMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.SpiderMock
Constructs a new SpiderMock on the provided ServerMock with a specified UUID.
spigot() - Method in class be.seeseemelk.mockbukkit.command.ConsoleCommandSenderMock
 
spigot() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
spigot() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
spigot() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
spigot() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
spigot() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
StairsMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of Stairs.
StairsMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.StairsMock
Constructs a new BedMock for the provided Material.
startCooking() - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
startCooking(int) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
startDancing() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
startDancing(Location) - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
startDrowning(int) - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
startFollowing(SchoolableFish) - Method in class be.seeseemelk.mockbukkit.entity.SchoolableFishMock
 
startPlaying() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
StatisticsMock - Class in be.seeseemelk.mockbukkit.statistic
An implementation of player statistics, similar to CraftStatistic
StatisticsMock() - Constructor for class be.seeseemelk.mockbukkit.statistic.StatisticsMock
 
StonecutterInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a StonecutterInventory.
StonecutterInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.StonecutterInventoryMock
Constructs a new StonecutterInventoryMock for the given holder.
stopAllSounds() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
stopCooking() - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
stopCooking(int) - Method in class be.seeseemelk.mockbukkit.block.state.CampfireMock
 
stopDancing() - Method in class be.seeseemelk.mockbukkit.entity.AllayMock
 
stopDrowning() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
stopFollowing() - Method in class be.seeseemelk.mockbukkit.entity.SchoolableFishMock
 
stopPlaying() - Method in class be.seeseemelk.mockbukkit.block.state.JukeboxMock
 
stopSound(String) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
stopSound(String, SoundCategory) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
stopSound(Sound) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
stopSound(SoundCategory) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
stopSound(Sound, SoundCategory) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
StorageMinecartMock - Class in be.seeseemelk.mockbukkit.entity
 
StorageMinecartMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.StorageMinecartMock
Constructs a new LootableMinecart on the provided ServerMock with a specified UUID.
StrayMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Stray.
StrayMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.StrayMock
Constructs a new StrayMock on the provided ServerMock with a specified UUID.
stream() - Method in class be.seeseemelk.mockbukkit.RegistryMock
 
strikeLightning(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
strikeLightningEffect(Location) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
StructureMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a Structure.
StructureMock - Class in be.seeseemelk.mockbukkit.generator.structure
 
StructureMock(StructureMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.StructureMock
Constructs a new StructureMock by cloning the data from an existing one.
StructureMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.StructureMock
Constructs a new StructureMock for the provided Block.
StructureMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.StructureMock
Constructs a new StructureMock for the provided Material.
StructureMock(JsonObject) - Constructor for class be.seeseemelk.mockbukkit.generator.structure.StructureMock
 
StructureTypeMock - Class in be.seeseemelk.mockbukkit.generator.structure
 
StructureTypeMock(JsonObject) - Constructor for class be.seeseemelk.mockbukkit.generator.structure.StructureTypeMock
 
submitted() - Method in class be.seeseemelk.mockbukkit.scheduler.ScheduledTask
Marks the task as being submitted to the async thread pool.
subscribeToDefaultPerms(boolean, Permissible) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
subscribeToDefaultPerms(boolean, Permissible) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
subscribeToPermission(String, Permissible) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
subscribeToPermission(String, Permissible) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
suffix() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
suffix(Component) - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
suggestPlayerNamesWhenNullTabCompletions() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
supportsBreakingDoors() - Method in class be.seeseemelk.mockbukkit.entity.ZombieMock
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class be.seeseemelk.mockbukkit.MockBukkitExtension
 
SuspiciousStewMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of a SuspiciousStewMeta.
SuspiciousStewMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
Constructs a new ArmorStandMetaMock.
SuspiciousStewMetaMock(SuspiciousStewMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.SuspiciousStewMetaMock
Constructs a new ArmorStandMetaMock, cloning the data from another.
SWIMMING - Enum constant in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Entity is swimming
swingMainHand() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
swingOffHand() - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
SwitchMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of a Switch.
SwitchMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.SwitchMock
Constructs a new SwitchMock for the provided Material.

T

TadpoleMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Tadpole.
TadpoleMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.TadpoleMock
Constructs a new TadpoleMock on the provided ServerMock with a specified UUID.
TagMisconfigurationException - Exception in be.seeseemelk.mockbukkit.tags
An TagMisconfigurationException is thrown whenever a Tag contains illegal, invalid or unknown values.
TagMisconfigurationException(NamespacedKey, String) - Constructor for exception be.seeseemelk.mockbukkit.tags.TagMisconfigurationException
This constructs a new TagMisconfigurationException for the given Tag's NamespacedKey with the provided context.
TagParser - Class in be.seeseemelk.mockbukkit.tags
The TagParser is responsible for parsing a JSON input into a TagWrapperMock.
TagParser(TagRegistry, NamespacedKey) - Constructor for class be.seeseemelk.mockbukkit.tags.TagParser
This constructs a new TagParser.
TagRegistry - Enum Class in be.seeseemelk.mockbukkit.tags
An enum for all the different Material Tag registries.
TagsMock - Class in be.seeseemelk.mockbukkit.tags
Used for loading the internal registry of tags.
TagWrapperMock - Class in be.seeseemelk.mockbukkit.tags
This is a mock of the Material Tag wrapper in Bukkit.
TagWrapperMock(TagRegistry, NamespacedKey) - Constructor for class be.seeseemelk.mockbukkit.tags.TagWrapperMock
Constructs a new TagWrapperMock with the provided TagRegistry and NamespacedKey.
TameableAnimalMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Tameable Creature.
TameableAnimalMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
Constructs a new on the provided ServerMock with a specified UUID.
teamDisplayName() - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
TeamMock - Class in be.seeseemelk.mockbukkit.scoreboard
Mock implementation of a Team.
TeamMock(String, ScoreboardMock) - Constructor for class be.seeseemelk.mockbukkit.scoreboard.TeamMock
Constructs a new TeamMock for the provided ScoreboardMock with the specified name.
teleport() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
teleport(Entity) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
teleport(Entity, PlayerTeleportEvent.TeleportCause) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
teleport(Location) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
teleport(Location, PlayerTeleportEvent.TeleportCause) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
teleport(Location, PlayerTeleportEvent.TeleportCause) - Method in class be.seeseemelk.mockbukkit.entity.LivingEntityMock
 
teleport(Location, PlayerTeleportEvent.TeleportCause, TeleportFlag...) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 
teleport(Location, PlayerTeleportEvent.TeleportCause, TeleportFlag...) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
teleportRandomly() - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
We're not implementing this as this would randomly fail tests.
teleportTowards(Entity) - Method in class be.seeseemelk.mockbukkit.entity.EndermanMock
 
teleportWithoutEvent(Location, PlayerTeleportEvent.TeleportCause) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
Handles teleporting an entity without firing an event.
ThreadAccessException - Exception in be.seeseemelk.mockbukkit
Deprecated, for removal: This API element is subject to removal in a future version.
ThreadAccessException() - Constructor for exception be.seeseemelk.mockbukkit.ThreadAccessException
Deprecated, for removal: This API element is subject to removal in a future version.
ThreadAccessException(String) - Constructor for exception be.seeseemelk.mockbukkit.ThreadAccessException
Deprecated, for removal: This API element is subject to removal in a future version.
ThrowableProjectileMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a ThrowableProjectile.
ThrowableProjectileMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ThrowableProjectileMock
Constructs a new ThrowableProjectileMock on the provided ServerMock with a specified UUID.
tick() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
TileStateMock - Class in be.seeseemelk.mockbukkit.block.state
Mock implementation of a TileState.
TileStateMock(TileStateMock) - Constructor for class be.seeseemelk.mockbukkit.block.state.TileStateMock
Constructs a new SculkCatalystMock by cloning the data from an existing one.
TileStateMock(Block) - Constructor for class be.seeseemelk.mockbukkit.block.state.TileStateMock
Constructs a new SculkCatalystMock for the provided Block.
TileStateMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.state.TileStateMock
Constructs a new SculkCatalystMock for the provided Material.
title() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
title(Component) - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
toBuilder() - Method in class be.seeseemelk.mockbukkit.inventory.meta.BookMetaMock
 
toChunkCoordinate() - Method in class be.seeseemelk.mockbukkit.Coordinate
Gets the chunk coordinate this coordinate is in.
toLegacy(Material) - Method in class be.seeseemelk.mockbukkit.MockUnsafeValues
Deprecated.
 
toLocalCoordinate() - Method in class be.seeseemelk.mockbukkit.Coordinate
Gets the coordinate relative to the chunk.
toString() - Method in class be.seeseemelk.mockbukkit.Coordinate
 
toString() - Method in class be.seeseemelk.mockbukkit.entity.AgeableMock
 
toString() - Method in class be.seeseemelk.mockbukkit.entity.AmbientMock
 
toString() - Method in class be.seeseemelk.mockbukkit.entity.AnimalsMock
 
toString() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
 
toString() - Method in class be.seeseemelk.mockbukkit.entity.HangingMock
 
toString() - Method in class be.seeseemelk.mockbukkit.entity.TameableAnimalMock
 
toString() - Method in class be.seeseemelk.mockbukkit.entity.VehicleMock
 
toString() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
toString() - Method in class be.seeseemelk.mockbukkit.tags.TagWrapperMock
 
translationKey() - Method in class be.seeseemelk.mockbukkit.block.BlockMock
 
translationKey() - Method in class be.seeseemelk.mockbukkit.enchantments.EnchantmentMock
 
translationKey() - Method in class be.seeseemelk.mockbukkit.potion.MockPotionEffectType
 
TrapDoorMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of TrapDoor.
TrapDoorMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.TrapDoorMock
Constructs a new BedMock for the provided Material.
TrimMaterialMock - Class in be.seeseemelk.mockbukkit.inventory.meta.trim
 
TrimMaterialMock(JsonObject) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.trim.TrimMaterialMock
 
TrimPatternMock - Class in be.seeseemelk.mockbukkit.inventory.meta.trim
 
TrimPatternMock(JsonObject) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.trim.TrimPatternMock
 
TropicalFishBucketMetaMock - Class in be.seeseemelk.mockbukkit.inventory.meta
Mock implementation of an TropicalFishBucketMeta.
TropicalFishBucketMetaMock() - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
Constructs a new TropicalFishBucketMetaMock.
TropicalFishBucketMetaMock(TropicalFishBucketMeta) - Constructor for class be.seeseemelk.mockbukkit.inventory.meta.TropicalFishBucketMetaMock
Constructs a new TropicalFishBucketMetaMock, cloning the data from another.
TropicalFishMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a TropicalFish.
TropicalFishMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.TropicalFishMock
Constructs a new TropicalFishMock on the provided ServerMock with a specified UUID.
tryShriek(Player) - Method in class be.seeseemelk.mockbukkit.block.state.SculkShriekerMock
 

U

unbanIP(String) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
unbanIP(InetAddress) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
undiscoverRecipe(NamespacedKey) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
undiscoverRecipes(Collection<NamespacedKey>) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
UnimplementedOperationException - Exception in be.seeseemelk.mockbukkit
Sometimes your code may use a method that is not yet implemented in MockBukkit.
UnimplementedOperationException() - Constructor for exception be.seeseemelk.mockbukkit.UnimplementedOperationException
Constructs a new with a default message.
UnimplementedOperationException(String) - Constructor for exception be.seeseemelk.mockbukkit.UnimplementedOperationException
Constructs a new with the provided message.
unlistPlayer(Player) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
unload() - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
unload() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Should be called when the plugin manager is not used anymore.
unload(boolean) - Method in class be.seeseemelk.mockbukkit.ChunkMock
 
unloadChunk(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
unloadChunk(int, int, boolean) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
unloadChunk(Chunk) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
unloadChunkRequest(int, int) - Method in class be.seeseemelk.mockbukkit.WorldMock
 
unloadWorld(String, boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
unloadWorld(World, boolean) - Method in class be.seeseemelk.mockbukkit.ServerMock
 
unmock() - Static method in class be.seeseemelk.mockbukkit.MockBukkit
Unload all loaded plugins.
unregister() - Method in class be.seeseemelk.mockbukkit.scoreboard.ObjectiveMock
 
unregister() - Method in class be.seeseemelk.mockbukkit.scoreboard.TeamMock
 
unregister(ObjectiveMock) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
Removes an objective off this scoreboard.
unregister(TeamMock) - Method in class be.seeseemelk.mockbukkit.scoreboard.ScoreboardMock
Removes a team from this scoreboard.
unregisterEntity(EntityMock) - Method in class be.seeseemelk.mockbukkit.ServerMock
Unregisters an entity from the server.
unregisterPluginEvents(Plugin) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Unregisters all listeners for a plugin.
unsubscribeFromDefaultPerms(boolean, Permissible) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
unsubscribeFromDefaultPerms(boolean, Permissible) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
unsubscribeFromPermission(String, Permissible) - Method in class be.seeseemelk.mockbukkit.PermissionManagerMock
 
unsubscribeFromPermission(String, Permissible) - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
 
update() - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
update() - Method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
 
update(boolean) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
update(boolean, boolean) - Method in class be.seeseemelk.mockbukkit.block.state.BlockStateMock
 
updateCommands() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
updateInventory() - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
 
updateMaterial(ItemMeta, Material) - Method in class be.seeseemelk.mockbukkit.inventory.ItemFactoryMock
Deprecated.
updateRecipes() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
updateResources() - Method in class be.seeseemelk.mockbukkit.ServerMock
 
updateScheduledTick() - Method in class be.seeseemelk.mockbukkit.scheduler.RepeatingTask
Updates the scheduled tick for the next run.
updateSedated() - Method in class be.seeseemelk.mockbukkit.block.state.BeehiveMock
Updates the return value of BeehiveMock.isSedated() based on whether there is a lit campfire no more than 5 blocks below the beehive.
updateState() - Method in class be.seeseemelk.mockbukkit.entity.FishHookMock
Updates the FishHook.HookState of the hook.
updateTier() - Method in class be.seeseemelk.mockbukkit.block.state.BeaconMock
Calculates the Beacon's tier based off the blocks below it, just as in vanilla.
updateTitle(Title) - Method in class be.seeseemelk.mockbukkit.entity.PlayerMock
Deprecated.
useTimings() - Method in class be.seeseemelk.mockbukkit.plugin.PluginManagerMock
Timings are used for event timings on a live server - they serve no purpose during a artificial test environ.

V

validateSkullProfile(PlayerProfileMock) - Static method in class be.seeseemelk.mockbukkit.profile.PlayerProfileMock
Checks if a PlayerProfile is valid to be on a Skull.
valueOf(String) - Static method in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.seeseemelk.mockbukkit.entity.data.EntitySubType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.seeseemelk.mockbukkit.tags.internal.InternalTagRegistry
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class be.seeseemelk.mockbukkit.tags.TagRegistry
Returns the enum constant of this class with the specified name.
values() - Static method in enum class be.seeseemelk.mockbukkit.configuration.ServerConfiguration.LevelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.seeseemelk.mockbukkit.entity.data.EntityState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.seeseemelk.mockbukkit.entity.data.EntitySubType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.seeseemelk.mockbukkit.tags.internal.InternalTagRegistry
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class be.seeseemelk.mockbukkit.tags.TagRegistry
Returns an array containing the constants of this enum class, in the order they are declared.
vanillaBiomeProvider() - Method in class be.seeseemelk.mockbukkit.WorldMock
 
VehicleMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Vehicle.
VehicleMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.VehicleMock
Constructs a new VehicleMock on the provided ServerMock with a specified UUID.

W

waitAsyncEventsFinished() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Blocks until all asynchronous event invocations are finished.
waitAsyncTasksFinished() - Method in class be.seeseemelk.mockbukkit.scheduler.BukkitSchedulerMock
Waits until all asynchronous tasks have finished executing.
wakeup(boolean) - Method in class be.seeseemelk.mockbukkit.entity.HumanEntityMock
 
WallSignMock - Class in be.seeseemelk.mockbukkit.block.data
Mock implementation of a WallSign.
WallSignMock(Material) - Constructor for class be.seeseemelk.mockbukkit.block.data.WallSignMock
Constructs a new WallSignMock for the provided Material.
WardenMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Warden.
WardenMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.WardenMock
Constructs a new WardenMock on the provided ServerMock with a specified UUID.
WIDTH - Static variable in class be.seeseemelk.mockbukkit.entity.data.EntityData
 
willAge() - Method in class be.seeseemelk.mockbukkit.entity.ItemEntityMock
 
WitherSkeletonMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a WitherSkeleton.
WitherSkeletonMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.WitherSkeletonMock
Constructs a new WitherSkeletonMock on the provided ServerMock with a specified UUID.
WitherSkullMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a WitherSkull.
WitherSkullMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.WitherSkullMock
Constructs a new WitherSkullMock on the provided ServerMock with a specified UUID.
WolfMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Wolf.
WolfMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.WolfMock
Constructs a new WolfMock on the provided ServerMock with a specified UUID.
WorkbenchInventoryMock - Class in be.seeseemelk.mockbukkit.inventory
Mock implementation of a CraftingInventory.
WorkbenchInventoryMock(InventoryHolder) - Constructor for class be.seeseemelk.mockbukkit.inventory.WorkbenchInventoryMock
Constructs a new WorkbenchInventoryMock for the given holder.
WorldBorderMock - Class in be.seeseemelk.mockbukkit
Mock implementation of a WorldBorder.
WorldBorderMock(World) - Constructor for class be.seeseemelk.mockbukkit.WorldBorderMock
Creates a new world border mock
WorldMock - Class in be.seeseemelk.mockbukkit
Mock implementation of a World.
WorldMock() - Constructor for class be.seeseemelk.mockbukkit.WorldMock
Creates a new mock world with a height of 128 and will spawn grass until a y of 4.
WorldMock(WorldCreator) - Constructor for class be.seeseemelk.mockbukkit.WorldMock
Creates a new mock world.
WorldMock(Material, int) - Constructor for class be.seeseemelk.mockbukkit.WorldMock
Creates a new mock world with a height of 128.
WorldMock(Material, int, int) - Constructor for class be.seeseemelk.mockbukkit.WorldMock
Creates a new mock world with a specific height from 0.
WorldMock(Material, int, int, int) - Constructor for class be.seeseemelk.mockbukkit.WorldMock
Creates a new mock world.
WorldMock(Material, Biome, int, int) - Constructor for class be.seeseemelk.mockbukkit.WorldMock
Creates a new mock world with a specific height from 0.
WorldMock(Material, Biome, int, int, int) - Constructor for class be.seeseemelk.mockbukkit.WorldMock
Creates a new mock world.
wouldCollideUsing(BoundingBox) - Method in class be.seeseemelk.mockbukkit.entity.EntityMock
 

X

x - Variable in class be.seeseemelk.mockbukkit.ChunkCoordinate
The X coordinate.
x - Variable in class be.seeseemelk.mockbukkit.Coordinate
The X coordinate.

Y

y - Variable in class be.seeseemelk.mockbukkit.Coordinate
The Y coordinate.

Z

z - Variable in class be.seeseemelk.mockbukkit.ChunkCoordinate
The Z coordinate.
z - Variable in class be.seeseemelk.mockbukkit.Coordinate
The Z coordinate.
ZombieHorseMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a ZombieHorse.
ZombieHorseMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ZombieHorseMock
Constructs a new ZombieHorseMock on the provided ServerMock with a specified UUID.
ZombieMock - Class in be.seeseemelk.mockbukkit.entity
Mock implementation of a Zombie.
ZombieMock(ServerMock, UUID) - Constructor for class be.seeseemelk.mockbukkit.entity.ZombieMock
Constructs a new ZombieMock on the provided ServerMock with a specified UUID.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form