Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbilitiesListener - Class in net.minestom.server.listener
- AbilitiesListener() - Constructor for class net.minestom.server.listener.AbilitiesListener
- above() - Method in class net.minestom.server.utils.block.BlockUtils
- abs() - Method in record class net.minestom.server.coordinate.Vec
- ABSOLUTE - Enum constant in enum class net.minestom.server.utils.location.RelativeVec.CoordinateType
- AbsoluteBlockBatch - Class in net.minestom.server.instance.batch
-
A
Batch
which can be used when changes are required across chunk borders, but the changes do not need any translation. - AbsoluteBlockBatch() - Constructor for class net.minestom.server.instance.batch.AbsoluteBlockBatch
- AbsoluteBlockBatch(BatchOption) - Constructor for class net.minestom.server.instance.batch.AbsoluteBlockBatch
- absoluteEnd() - Method in interface net.minestom.server.instance.generator.GenerationUnit
-
The absolute end (max x, y, z) of this unit.
- absoluteStart() - Method in interface net.minestom.server.instance.generator.GenerationUnit
-
The absolute start (min x, y, z) of this unit.
- ABSORPTION - Static variable in interface net.minestom.server.potion.PotionEffect
- AbstractArrowMeta - Class in net.minestom.server.entity.metadata.arrow
- AbstractArrowMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- AbstractFishMeta - Class in net.minestom.server.entity.metadata.water.fish
- AbstractFishMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.fish.AbstractFishMeta
- AbstractGolemMeta - Class in net.minestom.server.entity.metadata.golem
- AbstractGolemMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.golem.AbstractGolemMeta
- AbstractHorseMeta - Class in net.minestom.server.entity.metadata.animal
- AbstractHorseMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- AbstractIllagerMeta - Class in net.minestom.server.entity.metadata.monster.raider
- AbstractIllagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.AbstractIllagerMeta
- AbstractInventory - Class in net.minestom.server.inventory
-
Represents an inventory where items can be modified/retrieved.
- AbstractInventory(int) - Constructor for class net.minestom.server.inventory.AbstractInventory
- AbstractMinecartContainerMeta - Class in net.minestom.server.entity.metadata.minecart
- AbstractMinecartContainerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.AbstractMinecartContainerMeta
- AbstractMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- AbstractMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- AbstractSkeletonMeta - Class in net.minestom.server.entity.metadata.monster.skeleton
- AbstractSkeletonMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.skeleton.AbstractSkeletonMeta
- AbstractVillagerMeta - Class in net.minestom.server.entity.metadata.villager
- AbstractVillagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.villager.AbstractVillagerMeta
- ACACIA - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- ACACIA_BOAT - Static variable in interface net.minestom.server.item.Material
- ACACIA_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_BUTTON - Static variable in interface net.minestom.server.item.Material
- ACACIA_CHEST_BOAT - Static variable in interface net.minestom.server.item.Material
- ACACIA_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_DOOR - Static variable in interface net.minestom.server.item.Material
- ACACIA_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_FENCE - Static variable in interface net.minestom.server.item.Material
- ACACIA_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- ACACIA_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_LEAVES - Static variable in interface net.minestom.server.item.Material
- ACACIA_LOG - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_LOG - Static variable in interface net.minestom.server.item.Material
- ACACIA_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_PLANKS - Static variable in interface net.minestom.server.item.Material
- ACACIA_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- ACACIA_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_SAPLING - Static variable in interface net.minestom.server.item.Material
- ACACIA_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_SIGN - Static variable in interface net.minestom.server.item.Material
- ACACIA_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_SLAB - Static variable in interface net.minestom.server.item.Material
- ACACIA_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_STAIRS - Static variable in interface net.minestom.server.item.Material
- ACACIA_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- ACACIA_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_WOOD - Static variable in interface net.minestom.server.item.Material
- acceleration() - Method in record class net.minestom.server.registry.Registry.EntityEntry
-
Returns the value of the
acceleration
record component. - accept(int, int) - Method in interface net.minestom.server.utils.function.IntegerBiConsumer
- accept(int, int, int, int) - Method in interface net.minestom.server.instance.palette.Palette.EntryConsumer
- accept(Player, int, ClickType, InventoryConditionResult) - Method in interface net.minestom.server.inventory.condition.InventoryCondition
-
Called when a
Player
clicks in the inventory where thisInventoryCondition
has been added to. - accept(T, Player) - Method in interface net.minestom.server.listener.manager.PacketListenerConsumer
- ACCEPTED - Enum constant in enum class net.minestom.server.resourcepack.ResourcePackStatus
- accepts(ChatPosition) - Method in enum class net.minestom.server.message.ChatMessageType
-
Checks if this message type is accepting of messages from a given position.
- ackList() - Method in record class net.minestom.server.network.packet.client.play.ClientChatMessagePacket
-
Returns the value of the
ackList
record component. - ACKNOWLEDGE_BLOCK_CHANGE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- AcknowledgeBlockChangePacket - Record Class in net.minestom.server.network.packet.server.play
- AcknowledgeBlockChangePacket(int) - Constructor for record class net.minestom.server.network.packet.server.play.AcknowledgeBlockChangePacket
-
Creates an instance of a
AcknowledgeBlockChangePacket
record class. - AcknowledgeBlockChangePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.AcknowledgeBlockChangePacket
- acknowledged() - Method in record class net.minestom.server.crypto.LastSeenMessages.Update
-
Returns the value of the
acknowledged
record component. - ackOffset() - Method in record class net.minestom.server.network.packet.client.play.ClientChatMessagePacket
-
Returns the value of the
ackOffset
record component. - Acquirable<T> - Interface in net.minestom.server.thread
- AcquirableCollection<E> - Class in net.minestom.server.thread
- AcquirableCollection(Collection<Acquirable<E>>) - Constructor for class net.minestom.server.thread.AcquirableCollection
- acquireAsync(Consumer<E>) - Method in class net.minestom.server.thread.AcquirableCollection
- Acquired<T> - Class in net.minestom.server.thread
-
Represents an object that has been safely acquired and can be freed again.
- acquireSync(Consumer<E>) - Method in class net.minestom.server.thread.AcquirableCollection
- action() - Method in record class net.minestom.server.network.packet.client.play.ClientAdvancementTabPacket
-
Returns the value of the
action
record component. - action() - Method in record class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
-
Returns the value of the
action
record component. - action() - Method in record class net.minestom.server.network.packet.client.play.ClientStatusPacket
-
Returns the value of the
action
record component. - action() - Method in record class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
-
Returns the value of the
action
record component. - action() - Method in record class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
-
Returns the value of the
action
record component. - action() - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket
-
Returns the value of the
action
record component. - action() - Method in record class net.minestom.server.network.packet.server.play.CustomChatCompletionPacket
-
Returns the value of the
action
record component. - action() - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket
-
Returns the value of the
action
record component. - action() - Method in record class net.minestom.server.network.packet.server.play.UpdateScorePacket
-
Returns the value of the
action
record component. - ACTION_BAR - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ActionBarPacket - Record Class in net.minestom.server.network.packet.server.play
- ActionBarPacket(Component) - Constructor for record class net.minestom.server.network.packet.server.play.ActionBarPacket
-
Creates an instance of a
ActionBarPacket
record class. - ActionBarPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.ActionBarPacket
- actionId() - Method in record class net.minestom.server.network.packet.server.play.BlockActionPacket
-
Returns the value of the
actionId
record component. - actionParam() - Method in record class net.minestom.server.network.packet.server.play.BlockActionPacket
-
Returns the value of the
actionParam
record component. - actions() - Method in class net.minestom.server.network.packet.server.play.PlayerInfoUpdatePacket
- ACTIVATOR_RAIL - Static variable in interface net.minestom.server.instance.block.Block
- ACTIVATOR_RAIL - Static variable in interface net.minestom.server.item.Material
- add(double) - Method in interface net.minestom.server.coordinate.Point
- add(double) - Method in record class net.minestom.server.coordinate.Pos
- add(double) - Method in record class net.minestom.server.coordinate.Vec
- add(double, double, double) - Method in interface net.minestom.server.coordinate.Point
- add(double, double, double) - Method in record class net.minestom.server.coordinate.Pos
- add(double, double, double) - Method in record class net.minestom.server.coordinate.Vec
- add(Point) - Method in interface net.minestom.server.coordinate.Point
- add(Point) - Method in record class net.minestom.server.coordinate.Pos
- add(Point) - Method in record class net.minestom.server.coordinate.Vec
- add(E) - Method in interface net.minestom.server.instance.EntityTracker.Update
- add(Acquirable<E>) - Method in class net.minestom.server.thread.AcquirableCollection
- add(R) - Method in record class net.minestom.server.utils.collection.MappedCollection
- add(T) - Method in class net.minestom.server.utils.ObjectPool
- ADD - Enum constant in enum class net.minestom.server.network.packet.server.play.CustomChatCompletionPacket.Action
- ADD - Static variable in interface net.minestom.server.inventory.TransactionType
-
Adds an item to the inventory.
- ADD_PLAYER - Enum constant in enum class net.minestom.server.network.packet.server.play.PlayerInfoUpdatePacket.Action
- AddAction(BossBar) - Constructor for record class net.minestom.server.network.packet.server.play.BossBarPacket.AddAction
- AddAction(Component, float, BossBar.Color, BossBar.Overlay, byte) - Constructor for record class net.minestom.server.network.packet.server.play.BossBarPacket.AddAction
-
Creates an instance of a
AddAction
record class. - AddAction(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.BossBarPacket.AddAction
- addAIGroup(List<GoalSelector>, List<TargetSelector>) - Method in interface net.minestom.server.entity.ai.EntityAI
-
Adds new AI group to this entity, consisting of the given
goal selectors
andtarget selectors
. - addAIGroup(EntityAIGroup) - Method in interface net.minestom.server.entity.ai.EntityAI
-
Adds new AI group to this entity.
- addAll(Collection<? extends Acquirable<E>>) - Method in class net.minestom.server.thread.AcquirableCollection
- addAll(Collection<? extends R>) - Method in record class net.minestom.server.utils.collection.MappedCollection
- addBiome(Biome) - Method in class net.minestom.server.world.biomes.BiomeManager
-
Adds a new biome.
- addBossBar(Collection<Player>, BossBar) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Adds the specified players to the boss bar's viewers and spawns the boss bar, registering the boss bar if needed.
- addBossBar(Player, BossBar) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Adds the specified player to the boss bar's viewers and spawns the boss bar, registering the boss bar if needed.
- addChild(EventNode<? extends T>) - Method in interface net.minestom.server.event.EventNode
-
Directly adds a child node to this node.
- addChild(EventNode<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- addChild(ExtensionClassLoader) - Method in class net.minestom.server.extensions.ExtensionClassLoader
- addConditionalSyntax(CommandCondition, CommandExecutor, Argument<?>...) - Method in class net.minestom.server.command.builder.Command
-
Adds a new syntax in the command.
- addDelay(Duration) - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
Adds to the delay until minestom will send the ping response packet.
- addDimension(DimensionType) - Method in class net.minestom.server.world.DimensionTypeManager
-
Adds a new dimension type.
- addEffect(Potion) - Method in class net.minestom.server.entity.Entity
-
Adds an effect to an entity.
- AddEntitiesToTeamAction(Collection<String>) - Constructor for record class net.minestom.server.network.packet.server.play.TeamsPacket.AddEntitiesToTeamAction
-
Creates an instance of a
AddEntitiesToTeamAction
record class. - AddEntitiesToTeamAction(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.TeamsPacket.AddEntitiesToTeamAction
- AddEntityToInstanceEvent - Class in net.minestom.server.event.instance
-
Called by an Instance when an entity is added to it.
- AddEntityToInstanceEvent(Instance, Entity) - Constructor for class net.minestom.server.event.instance.AddEntityToInstanceEvent
- addEntries(Collection<? extends NamedAndIdentified>) - Method in class net.minestom.server.ping.ResponseData
-
Adds a series of entries to the response data sample.
- addEntries(NamedAndIdentified...) - Method in class net.minestom.server.ping.ResponseData
-
Adds a series of entries to the response data sample.
- addEntry(SuggestionEntry) - Method in class net.minestom.server.command.builder.suggestion.Suggestion
- addEntry(NamedAndIdentified) - Method in class net.minestom.server.ping.ResponseData
-
Adds an entry to the response data sample.
- addGoalSelector(GoalSelector) - Method in class net.minestom.server.entity.ai.EntityAIGroupBuilder
-
Adds
GoalSelector
to the list of goal selectors of the buildingEntityAIGroup
. - addIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.ShapedRecipe
- addIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.ShapelessRecipe
- addInventoryCondition(InventoryCondition) - Method in class net.minestom.server.inventory.AbstractInventory
-
Adds a new
InventoryCondition
to this inventory. - addItem(ItemStack) - Method in record class net.minestom.server.item.metadata.BundleMeta.Builder
- addItemStack(ItemStack) - Method in class net.minestom.server.inventory.AbstractInventory
- addItemStack(ItemStack, TransactionOption<T>) - Method in class net.minestom.server.inventory.AbstractInventory
-
Adds an
ItemStack
to the inventory and sends relevant update to the viewer(s). - addItemStacks(List<ItemStack>, TransactionOption<T>) - Method in class net.minestom.server.inventory.AbstractInventory
-
Adds
ItemStack
s to the inventory and sends relevant updates to the viewer(s). - addition() - Method in record class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmithingRecipe
-
Returns the value of the
addition
record component. - ADDITION - Enum constant in enum class net.minestom.server.attribute.AttributeOperation
- additionsSound() - Method in record class net.minestom.server.world.biomes.BiomeEffects
-
Returns the value of the
additionsSound
record component. - additionsSound(BiomeEffects.AdditionsSound) - Method in class net.minestom.server.world.biomes.BiomeEffects.Builder
- AdditionsSound(NamespaceID, double) - Constructor for record class net.minestom.server.world.biomes.BiomeEffects.AdditionsSound
-
Creates an instance of a
AdditionsSound
record class. - addListener(Class<E>, Consumer<E>) - Method in interface net.minestom.server.event.EventNode
- addListener(EventListener<? extends T>) - Method in interface net.minestom.server.event.EventNode
- addListener(EventListener<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- addMember(String) - Method in class net.minestom.server.scoreboard.Team
-
Adds a member to the
Team
. - addMembers(Collection<String>) - Method in class net.minestom.server.scoreboard.Team
-
Adds a members to the
Team
. - addModifier(AttributeModifier) - Method in class net.minestom.server.attribute.AttributeInstance
-
Add a modifier to this instance.
- addPacketToQueue(ClientPacket) - Method in class net.minestom.server.entity.Player
-
All packets in the queue are executed in the
Player.update(long)
method It is used internally to add all received packet from the client. - addPassenger(Entity) - Method in class net.minestom.server.entity.Entity
-
Adds a new passenger to this entity.
- addPermission(Permission) - Method in interface net.minestom.server.permission.PermissionHandler
-
Adds a
Permission
to this handler. - addPlayer(Iterable<Player>) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- addPlayer(String) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- addPlayer(String, UUID) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- addPlayer(Player) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- addPlayers(String...) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Adds some players to the response.
- addPlayers(Collection<String>) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Adds some players to the response.
- addPluginRequestEntry(int, String) - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Adds an entry to the plugin request map.
- addRecipe(Recipe) - Method in class net.minestom.server.recipe.RecipeManager
- addRecipes(Recipe...) - Method in class net.minestom.server.recipe.RecipeManager
- addSharedInstance(SharedInstance) - Method in class net.minestom.server.instance.InstanceContainer
-
Assigns a
SharedInstance
to this container. - addSubcommand(Command) - Method in class net.minestom.server.command.builder.Command
- addSyntax(CommandExecutor, String) - Method in class net.minestom.server.command.builder.Command
-
Creates a syntax from a formatted string.
- addSyntax(CommandExecutor, Argument<?>...) - Method in class net.minestom.server.command.builder.Command
-
Adds a new syntax without condition.
- addTargetSelector(TargetSelector) - Method in class net.minestom.server.entity.ai.EntityAIGroupBuilder
-
Adds
TargetSelector
to the list of target selectors of the buildingEntityAIGroup
. - addThreadMonitor(String) - Method in class net.minestom.server.monitoring.BenchmarkManager
- addTo(R, long) - Method in class net.minestom.server.utils.time.Tick
- addToHistory(Chunk) - Method in class net.minestom.server.utils.chunk.ChunkUpdateLimitChecker
-
Adds the chunk to the history
- addTrade(TradeListPacket.Trade) - Method in class net.minestom.server.inventory.type.VillagerInventory
- addURL(URL) - Method in class net.minestom.server.extensions.ExtensionClassLoader
- addViewer(Player) - Method in class net.minestom.server.advancements.AdvancementTab
- addViewer(Player) - Method in class net.minestom.server.entity.Entity
- addViewer(Player) - Method in class net.minestom.server.entity.hologram.Hologram
-
Adds a viewer.
- addViewer(Player) - Method in class net.minestom.server.instance.Chunk
- addViewer(Player) - Method in class net.minestom.server.inventory.Inventory
-
This will not open the inventory for
player
, usePlayer.openInventory(Inventory)
. - addViewer(Player) - Method in class net.minestom.server.inventory.type.VillagerInventory
- addViewer(Player) - Method in class net.minestom.server.scoreboard.BelowNameTag
- addViewer(Player) - Method in class net.minestom.server.scoreboard.Sidebar
- addViewer(Player) - Method in class net.minestom.server.scoreboard.TabList
- addViewer(Player) - Method in interface net.minestom.server.Viewable
-
Adds a viewer.
- advancement() - Method in interface net.minestom.server.ServerProcess
-
Handles registered advancements.
- Advancement - Class in net.minestom.server.advancements
-
Represents an advancement located in an
AdvancementTab
. - Advancement(Component, Component, Material, FrameType, float, float) - Constructor for class net.minestom.server.advancements.Advancement
- Advancement(Component, Component, ItemStack, FrameType, float, float) - Constructor for class net.minestom.server.advancements.Advancement
- Advancement(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- Advancement(String, AdvancementsPacket.DisplayData, List<String>, List<AdvancementsPacket.Requirement>) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
-
Creates an instance of a
Advancement
record class. - AdvancementAction - Enum Class in net.minestom.server.advancements
- AdvancementManager - Class in net.minestom.server.advancements
-
Used to manage all the registered
AdvancementTab
. - AdvancementManager() - Constructor for class net.minestom.server.advancements.AdvancementManager
- AdvancementMapping(String, AdvancementsPacket.Advancement) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
-
Creates an instance of a
AdvancementMapping
record class. - AdvancementMapping(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
- advancementMappings() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket
-
Returns the value of the
advancementMappings
record component. - AdvancementProgress(List<AdvancementsPacket.Criteria>) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementProgress
-
Creates an instance of a
AdvancementProgress
record class. - AdvancementProgress(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementProgress
- AdvancementRoot - Class in net.minestom.server.advancements
-
Represents an
Advancement
which is the root of anAdvancementTab
. - AdvancementRoot(Component, Component, ItemStack, FrameType, float, float, String) - Constructor for class net.minestom.server.advancements.AdvancementRoot
- AdvancementRoot(Component, Component, Material, FrameType, float, float, String) - Constructor for class net.minestom.server.advancements.AdvancementRoot
- ADVANCEMENTS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- AdvancementsPacket - Record Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket(boolean, List<AdvancementsPacket.AdvancementMapping>, List<String>, List<AdvancementsPacket.ProgressMapping>) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket
-
Creates an instance of a
AdvancementsPacket
record class. - AdvancementsPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket
- AdvancementsPacket.Advancement - Record Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.AdvancementMapping - Record Class in net.minestom.server.network.packet.server.play
-
AdvancementMapping maps the namespaced ID to the Advancement.
- AdvancementsPacket.AdvancementProgress - Record Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.Criteria - Record Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.CriterionProgress - Record Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.DisplayData - Record Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.ProgressMapping - Record Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.Requirement - Record Class in net.minestom.server.network.packet.server.play
- AdvancementTab - Class in net.minestom.server.advancements
-
Represents a tab which can be shared between multiple players.
- AdvancementTab(String, AdvancementRoot) - Constructor for class net.minestom.server.advancements.AdvancementTab
- AdvancementTabEvent - Class in net.minestom.server.event.player
-
Called when a
Player
opens the advancement screens or switch the tab and when he closes the screen. - AdvancementTabEvent(Player, AdvancementAction, String) - Constructor for class net.minestom.server.event.player.AdvancementTabEvent
- AdvancementTabListener - Class in net.minestom.server.listener
- AdvancementTabListener() - Constructor for class net.minestom.server.listener.AdvancementTabListener
- ADVENTURE - Enum constant in enum class net.minestom.server.entity.GameMode
- AdventurePacketConvertor - Class in net.minestom.server.adventure
-
Utility methods to convert adventure enums to their packet values.
- AdventurePacketConvertor() - Constructor for class net.minestom.server.adventure.AdventurePacketConvertor
- age() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- AgeableMobMeta - Class in net.minestom.server.entity.metadata
- AgeableMobMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.AgeableMobMeta
- AGGRESSIVE - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- AIR - Static variable in interface net.minestom.server.instance.block.Block
- AIR - Static variable in interface net.minestom.server.item.ItemStack
-
Constant AIR item.
- AIR - Static variable in interface net.minestom.server.item.Material
- aiTick(long) - Method in interface net.minestom.server.entity.ai.EntityAI
- ALBAN - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- all() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all audience members.
- all() - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Gets every audience in the registry.
- all() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all audience members.
- all(String) - Static method in interface net.minestom.server.event.EventNode
-
Creates an event node which accepts any event type with no filtering.
- all(Predicate<Audience>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all audience members that match the given predicate.
- all(Predicate<Audience>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all audience members that match the given predicate.
- ALL - Static variable in interface net.minestom.server.event.EventFilter
- ALL - Static variable in interface net.minestom.server.inventory.TransactionOption
-
Place as much as the item as possible.
- ALL_BLACK - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Variant
- ALL_ENTITIES - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- ALL_OR_NOTHING - Static variable in interface net.minestom.server.inventory.TransactionOption
-
Only place the item if can be fully added.
- ALL_PLAYERS - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- ALL_RECIPES - Enum constant in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
- ALLAY - Static variable in interface net.minestom.server.entity.EntityType
- ALLAY_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ALLIUM - Static variable in interface net.minestom.server.instance.block.Block
- ALLIUM - Static variable in interface net.minestom.server.item.Material
- allocateTrimmedPacket(ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
- allowFriendlyFire() - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the friendly flags for allow friendly fire without an update packet.
- allowServerListings() - Method in class net.minestom.server.entity.Player.PlayerSettings
- allowsListing() - Method in record class net.minestom.server.network.packet.client.play.ClientSettingsPacket
-
Returns the value of the
allowsListing
record component. - allowSpace - Variable in class net.minestom.server.command.builder.arguments.Argument
- allowSpace() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Gets if the argument can contain space.
- ALWAYS - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
-
Can push all objects and can be pushed by all objects
- ALWAYS - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
-
The name tag is visible
- ALWAYS - Enum constant in enum class net.minestom.server.thread.ThreadProvider.RefreshType
-
Thread is updated as often as possible.
- AMBIENT_BASALT_DELTAS_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_BASALT_DELTAS_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_BASALT_DELTAS_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_CAVE - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_CRIMSON_FOREST_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_CRIMSON_FOREST_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_CRIMSON_FOREST_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_ENTITY_EFFECT - Static variable in interface net.minestom.server.particle.Particle
- AMBIENT_FLAG - Static variable in record class net.minestom.server.potion.Potion
-
A flag indicating that this Potion is ambient (it came from a beacon).
- AMBIENT_NETHER_WASTES_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_NETHER_WASTES_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_NETHER_WASTES_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_SOUL_SAND_VALLEY_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_SOUL_SAND_VALLEY_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_SOUL_SAND_VALLEY_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_ENTER - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_EXIT - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_LOOP_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_WARPED_FOREST_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_WARPED_FOREST_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_WARPED_FOREST_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AmbientCreatureMeta - Class in net.minestom.server.entity.metadata.ambient
- AmbientCreatureMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.ambient.AmbientCreatureMeta
- ambientLight(float) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- ambientSound() - Method in record class net.minestom.server.world.biomes.BiomeEffects
-
Returns the value of the
ambientSound
record component. - ambientSound(NamespaceID) - Method in class net.minestom.server.world.biomes.BiomeEffects.Builder
- AMETHYST_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- AMETHYST_BLOCK - Static variable in interface net.minestom.server.item.Material
- AMETHYST_CLUSTER - Static variable in interface net.minestom.server.instance.block.Block
- AMETHYST_CLUSTER - Static variable in interface net.minestom.server.item.Material
- AMETHYST_SHARD - Static variable in interface net.minestom.server.item.Material
- amount() - Method in record class net.minestom.server.item.attribute.ItemAttribute
-
Returns the value of the
amount
record component. - amount() - Method in interface net.minestom.server.item.ItemStack
- amount(int) - Method in interface net.minestom.server.item.ItemStack.Builder
- amplifier() - Method in record class net.minestom.server.potion.CustomPotionEffect
-
Returns the value of the
amplifier
record component. - amplifier() - Method in record class net.minestom.server.potion.Potion
-
Returns the value of the
amplifier
record component. - ANCIENT_DEBRIS - Static variable in interface net.minestom.server.instance.block.Block
- ANCIENT_DEBRIS - Static variable in interface net.minestom.server.item.Material
- ANDESITE - Static variable in interface net.minestom.server.instance.block.Block
- ANDESITE - Static variable in interface net.minestom.server.item.Material
- ANDESITE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- ANDESITE_SLAB - Static variable in interface net.minestom.server.item.Material
- ANDESITE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- ANDESITE_STAIRS - Static variable in interface net.minestom.server.item.Material
- ANDESITE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- ANDESITE_WALL - Static variable in interface net.minestom.server.item.Material
- angle() - Method in record class net.minestom.server.network.packet.server.play.SpawnPositionPacket
-
Returns the value of the
angle
record component. - angle(Vec) - Method in record class net.minestom.server.coordinate.Vec
-
Gets the angle between this vector and another in radians.
- ANGRY_VILLAGER - Static variable in interface net.minestom.server.particle.Particle
- AnimalMeta - Class in net.minestom.server.entity.metadata.animal
- AnimalMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.AnimalMeta
- ANIMALS_BRED - Static variable in interface net.minestom.server.statistic.StatisticType
- animation() - Method in record class net.minestom.server.network.packet.server.play.EntityAnimationPacket
-
Returns the value of the
animation
record component. - animationListener(ClientAnimationPacket, Player) - Static method in class net.minestom.server.listener.AnimationListener
- AnimationListener - Class in net.minestom.server.listener
- AnimationListener() - Constructor for class net.minestom.server.listener.AnimationListener
- ANVIL - Enum constant in enum class net.minestom.server.inventory.InventoryType
- ANVIL - Static variable in interface net.minestom.server.instance.block.Block
- ANVIL - Static variable in interface net.minestom.server.item.Material
- ANVIL_DESTROYED - Enum constant in enum class net.minestom.server.effects.Effects
- ANVIL_LANDED - Enum constant in enum class net.minestom.server.effects.Effects
- ANVIL_REPAIR_COST - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ANVIL_USED - Enum constant in enum class net.minestom.server.effects.Effects
- AnvilInventory - Class in net.minestom.server.inventory.type
- AnvilInventory(String) - Constructor for class net.minestom.server.inventory.type.AnvilInventory
- AnvilInventory(Component) - Constructor for class net.minestom.server.inventory.type.AnvilInventory
- AnvilLoader - Class in net.minestom.server.instance
- AnvilLoader(String) - Constructor for class net.minestom.server.instance.AnvilLoader
- AnvilLoader(Path) - Constructor for class net.minestom.server.instance.AnvilLoader
- APPLE - Static variable in interface net.minestom.server.item.Material
- apply(double) - Method in interface net.minestom.server.coordinate.Vec.Interpolation
- apply(double, double, double) - Method in interface net.minestom.server.coordinate.Vec.Operator
- apply(double, double, double, float, float) - Method in interface net.minestom.server.coordinate.Pos.Operator
- apply(int, int, int, int) - Method in interface net.minestom.server.instance.palette.Palette.EntryFunction
- apply(CommandSender, String) - Method in interface net.minestom.server.utils.callback.CommandCallback
-
Executed if an unknown command is run.
- apply(CommandSender, CommandContext) - Method in interface net.minestom.server.command.builder.CommandExecutor
-
Executes the command callback once the syntax has been called (or the default executor).
- apply(CommandSender, CommandContext, Suggestion) - Method in interface net.minestom.server.command.builder.suggestion.SuggestionCallback
- apply(CommandSender, ArgumentSyntaxException) - Method in interface net.minestom.server.command.builder.ArgumentCallback
-
Executed when an error is found.
- apply(Pos.Operator) - Method in record class net.minestom.server.coordinate.Pos
-
Returns a new position based on this position fields.
- apply(Vec.Operator) - Method in record class net.minestom.server.coordinate.Vec
-
Creates a new point with coordinated depending on
this
. - apply(Instance) - Method in class net.minestom.server.instance.Explosion
-
Performs the explosion and send the corresponding packet
- apply(Instance, int, int, int, Runnable) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the given position.
- apply(Instance, int, int, int, Runnable, boolean) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the given position, execute the callback depending on safeCallback.
- apply(Instance, int, int, ChunkCallback) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to the given chunk.
- apply(Instance, Point, Runnable) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the given block position.
- apply(Instance, Chunk, ChunkCallback) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to the given chunk.
- apply(Instance, Chunk, ChunkCallback, boolean) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to the given chunk, and execute the callback depending on safeCallback.
- apply(Instance, Runnable) - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
-
Applies this batch to the given instance.
- apply(Instance, Runnable) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the origin (0, 0, 0) of the instance.
- apply(Instance, Runnable, boolean) - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
-
Applies this batch to the given instance, and execute the callback depending on safeCallback.
- apply(Instance, ChunkCallback) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to chunk (0, 0).
- apply(Instance, C) - Method in interface net.minestom.server.instance.batch.Batch
-
Called to apply the batch to the given instance.
- apply(ItemStack, int) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- apply(ItemStack, int) - Method in interface net.minestom.server.item.StackingRule
-
Changes the size of the
ItemStack
tonewAmount
. - apply(ItemStack, IntUnaryOperator) - Method in interface net.minestom.server.item.StackingRule
- apply(MapColors) - Method in enum class net.minestom.server.map.MapColors.Multiplier
- applyUnsafe(Instance, int, int, int, Runnable) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the given position, and execute the callback immediately when the blocks have been applied, int an unknown thread.
- applyWorldBorder(Instance, Pos, Pos) - Static method in class net.minestom.server.collision.CollisionUtils
-
Applies world border collision.
- APPRENTICE - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
- APPROXIMATE - Enum constant in enum class net.minestom.server.map.MapColors.ColorMappingStrategy
-
RGB components are divided by 10 before issuing a lookup (as with the PRECISE strategy), but saves on memory usage
- AQUA_AFFINITY - Static variable in interface net.minestom.server.item.Enchantment
- ARBITRARY - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.EntitySort
- AREA_EFFECT_CLOUD - Static variable in interface net.minestom.server.entity.EntityType
- AreaEffectCloudMeta - Class in net.minestom.server.entity.metadata.other
- AreaEffectCloudMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- areLinked(Instance, Instance) - Static method in class net.minestom.server.utils.instance.InstanceUtils
-
Gets if two instances share the same chunks.
- arePlayersHidden() - Method in class net.minestom.server.ping.ResponseData
-
Returns if the players are hidden or not.
- argCondition(boolean, String) - Static method in class net.minestom.server.utils.validate.Check
- argCondition(boolean, String, Object...) - Static method in class net.minestom.server.utils.validate.Check
- argIndex() - Method in record class net.minestom.server.command.builder.parser.CommandSuggestionHolder
-
Returns the value of the
argIndex
record component. - args - Variable in class net.minestom.server.command.builder.CommandContext
- args() - Method in record class net.minestom.server.command.builder.parser.CommandQueryResult
-
Returns the value of the
args
record component. - args() - Method in interface net.minestom.server.command.CommandParser.Result
- argument - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- argument() - Method in record class net.minestom.server.command.builder.parser.ArgumentQueryResult
-
Returns the value of the
argument
record component. - Argument<T> - Class in net.minestom.server.command.builder.arguments
-
An argument is meant to be parsed when added into a
Command
's syntax withCommand.addSyntax(CommandExecutor, Argument[])
. - Argument(String) - Constructor for class net.minestom.server.command.builder.arguments.Argument
-
Creates a new argument with
useRemaining
andallowSpace
sets to false. - Argument(String, boolean) - Constructor for class net.minestom.server.command.builder.arguments.Argument
-
Creates a new argument with
useRemaining
sets to false. - Argument(String, boolean, boolean) - Constructor for class net.minestom.server.command.builder.arguments.Argument
-
Creates a new argument.
- ARGUMENT - Enum constant in enum class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.NodeType
- ArgumentBlockState - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentBlockState(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- ArgumentBoolean - Class in net.minestom.server.command.builder.arguments
-
Represents a boolean value.
- ArgumentBoolean(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentBoolean
- ArgumentCallback - Interface in net.minestom.server.command.builder
-
Callback executed when an error is found within the
Argument
. - ArgumentColor - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents an argument which will give you a
Style
containing the colour or no colour if the argument wasreset
. - ArgumentColor(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentColor
- ArgumentCommand - Class in net.minestom.server.command.builder.arguments
- ArgumentCommand(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentCommand
- ArgumentComponent - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentComponent(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentComponent
- ArgumentDouble - Class in net.minestom.server.command.builder.arguments.number
- ArgumentDouble(String) - Constructor for class net.minestom.server.command.builder.arguments.number.ArgumentDouble
- ArgumentEnchantment - Class in net.minestom.server.command.builder.arguments.minecraft.registry
-
Represents an argument giving an
Enchantment
. - ArgumentEnchantment(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEnchantment
- ArgumentEntity - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents the target selector argument.
- ArgumentEntity(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- ArgumentEntityType - Class in net.minestom.server.command.builder.arguments.minecraft.registry
-
Represents an argument giving an
EntityType
. - ArgumentEntityType(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEntityType
- ArgumentEnum<E extends Enum> - Class in net.minestom.server.command.builder.arguments
- ArgumentEnum(String, Class<E>) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentEnum
- ArgumentEnum.Format - Enum Class in net.minestom.server.command.builder.arguments
- ArgumentFloat - Class in net.minestom.server.command.builder.arguments.number
- ArgumentFloat(String) - Constructor for class net.minestom.server.command.builder.arguments.number.ArgumentFloat
- ArgumentFloatRange - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents an argument which will give you an
FloatRange
. - ArgumentFloatRange(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentFloatRange
- ArgumentGroup - Class in net.minestom.server.command.builder.arguments
- ArgumentGroup(String, Argument<?>...) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentGroup
- ArgumentInteger - Class in net.minestom.server.command.builder.arguments.number
- ArgumentInteger(String) - Constructor for class net.minestom.server.command.builder.arguments.number.ArgumentInteger
- ArgumentIntRange - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents an argument which will give you an
IntRange
. - ArgumentIntRange(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentIntRange
- ArgumentItemStack - Class in net.minestom.server.command.builder.arguments.minecraft
-
Argument which can be used to retrieve an
ItemStack
from its material and with NBT data. - ArgumentItemStack(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
- ArgumentLiteral - Class in net.minestom.server.command.builder.arguments
- ArgumentLiteral(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentLiteral
- ArgumentLong - Class in net.minestom.server.command.builder.arguments.number
- ArgumentLong(String) - Constructor for class net.minestom.server.command.builder.arguments.number.ArgumentLong
- ArgumentLoop<T> - Class in net.minestom.server.command.builder.arguments
- ArgumentLoop(String, Argument<T>...) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentLoop
- ArgumentNbtCompoundTag - Class in net.minestom.server.command.builder.arguments.minecraft
-
Argument used to retrieve a
NBTCompound
if you need key-value data. - ArgumentNbtCompoundTag(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtCompoundTag
- ArgumentNbtTag - Class in net.minestom.server.command.builder.arguments.minecraft
-
Argument used to retrieve a
NBT
based object, can be any kind of tag likeNBTCompound
,NBTList
,NBTInt
, etc... - ArgumentNbtTag(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtTag
- ArgumentNumber<T extends Number> - Class in net.minestom.server.command.builder.arguments.number
- ArgumentParser - Class in net.minestom.server.command.builder.parser
- ArgumentParser() - Constructor for class net.minestom.server.command.builder.parser.ArgumentParser
- ArgumentParser.ArgumentResult - Class in net.minestom.server.command.builder.parser
- ArgumentParticle - Class in net.minestom.server.command.builder.arguments.minecraft.registry
-
Represents an argument giving a
Particle
. - ArgumentParticle(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentParticle
- ArgumentQueryResult - Record Class in net.minestom.server.command.builder.parser
- ArgumentQueryResult(CommandSyntax, Argument<?>, CommandContext, String) - Constructor for record class net.minestom.server.command.builder.parser.ArgumentQueryResult
-
Creates an instance of a
ArgumentQueryResult
record class. - ArgumentRange<T extends Range<N>,
N extends Number> - Class in net.minestom.server.command.builder.arguments.minecraft -
Abstract class used by
ArgumentIntRange
andArgumentFloatRange
. - ArgumentRange(String, N, N, Function<String, N>, BiFunction<N, N, T>) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentRange
- ArgumentRegistry<T> - Class in net.minestom.server.command.builder.arguments.minecraft.registry
- ArgumentRegistry(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentRegistry
- ArgumentRelativeBlockPosition - Class in net.minestom.server.command.builder.arguments.relative
-
Represents a block position with 3 integers (x;y;z) which can take relative coordinates.
- ArgumentRelativeBlockPosition(String) - Constructor for class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeBlockPosition
- ArgumentRelativeVec2 - Class in net.minestom.server.command.builder.arguments.relative
-
Represents a
Vec
with 2 floating numbers (x;z) which can take relative coordinates. - ArgumentRelativeVec2(String) - Constructor for class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec2
- ArgumentRelativeVec3 - Class in net.minestom.server.command.builder.arguments.relative
-
Represents a
Vec
with 3 floating numbers (x;y;z) which can take relative coordinates. - ArgumentRelativeVec3(String) - Constructor for class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
- ArgumentResource - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentResource(String, String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentResource
- ArgumentResourceLocation - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentResourceLocation(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentResourceLocation
- ArgumentResourceOrTag - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentResourceOrTag(String, String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentResourceOrTag
- ArgumentResult() - Constructor for class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- argumentResults() - Method in record class net.minestom.server.command.builder.parser.ValidSyntaxHolder
-
Returns the value of the
argumentResults
record component. - arguments() - Method in class net.minestom.server.command.builder.arguments.ArgumentLoop
- ArgumentSignatures - Record Class in net.minestom.server.crypto
- ArgumentSignatures(List<ArgumentSignatures.Entry>) - Constructor for record class net.minestom.server.crypto.ArgumentSignatures
-
Creates an instance of a
ArgumentSignatures
record class. - ArgumentSignatures(NetworkBuffer) - Constructor for record class net.minestom.server.crypto.ArgumentSignatures
- ArgumentSignatures.Entry - Record Class in net.minestom.server.crypto
- ArgumentString - Class in net.minestom.server.command.builder.arguments
-
Argument which will take a quoted string.
- ArgumentString(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentString
- ArgumentStringArray - Class in net.minestom.server.command.builder.arguments
-
Represents an argument which will take all the remaining of the command.
- ArgumentStringArray(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentStringArray
- argumentSyntaxException - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- argumentSyntaxException() - Method in record class net.minestom.server.command.builder.parser.CommandSuggestionHolder
-
Returns the value of the
argumentSyntaxException
record component. - ArgumentSyntaxException - Exception in net.minestom.server.command.builder.exception
-
Exception triggered when an
Argument
is wrongly parsed. - ArgumentSyntaxException(String, String, int) - Constructor for exception net.minestom.server.command.builder.exception.ArgumentSyntaxException
- ArgumentTime - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents an argument giving a time (day/second/tick).
- ArgumentTime(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentTime
- ArgumentType - Class in net.minestom.server.command.builder.arguments
-
Convenient class listing all the basics
Argument
. - ArgumentType() - Constructor for class net.minestom.server.command.builder.arguments.ArgumentType
- ArgumentUUID - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentUUID(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentUUID
- ArgumentWord - Class in net.minestom.server.command.builder.arguments
-
Represents a single word in the command.
- ArgumentWord(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentWord
- ARMOR - Static variable in record class net.minestom.server.attribute.Attribute
- ARMOR_STAND - Static variable in interface net.minestom.server.entity.EntityType
- ARMOR_STAND - Static variable in interface net.minestom.server.item.Material
- ARMOR_TOUGHNESS - Static variable in record class net.minestom.server.attribute.Attribute
- ARMORER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- armors() - Static method in enum class net.minestom.server.entity.EquipmentSlot
- armorSlot() - Method in enum class net.minestom.server.entity.EquipmentSlot
- ArmorStandMeta - Class in net.minestom.server.entity.metadata.other
- ArmorStandMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.ArmorStandMeta
- arrayCopy(Class<T>) - Method in interface net.minestom.server.utils.collection.ObjectArray
- ArrayUtils - Class in net.minestom.server.utils
- ARROW - Static variable in interface net.minestom.server.entity.EntityType
- ARROW - Static variable in interface net.minestom.server.item.Material
- ARROW_HIT_PLAYER - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- ArrowMeta - Class in net.minestom.server.entity.metadata.arrow
- ArrowMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.arrow.ArrowMeta
- artifact() - Static method in class net.minestom.server.Git
- asByteBuffer() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- asByteBuffer(int, int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- asCompound() - Method in record class net.minestom.server.item.firework.FireworkEffect
-
Retrieves the
FireworkEffect
as aNBTCompound
. - asCompound() - Method in interface net.minestom.server.tag.TagHandler
-
Converts the content of this handler into a
NBTCompound
. - asConsole() - Method in interface net.minestom.server.command.CommandSender
-
Deprecated.
- asConsole() - Method in class net.minestom.server.command.ConsoleSender
- ASH - Static variable in interface net.minestom.server.particle.Particle
- asHoverEvent(UnaryOperator<HoverEvent.ShowEntity>) - Method in class net.minestom.server.entity.Entity
- asHoverEvent(UnaryOperator<HoverEvent.ShowEntity>) - Method in class net.minestom.server.entity.Player
- asHoverEvent(UnaryOperator<HoverEvent.ShowItem>) - Method in interface net.minestom.server.item.ItemStack
- ASK_SERVER - Enum constant in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
- askSynchronization() - Method in class net.minestom.server.entity.Entity
-
Asks for a synchronization (position) to happen during next entity tick.
- asMap() - Method in interface net.minestom.server.registry.Registry.Properties
- asPlayer() - Method in interface net.minestom.server.command.CommandSender
-
Deprecated.
- asPlayer() - Method in class net.minestom.server.entity.Player
- asPosition() - Method in record class net.minestom.server.coordinate.Vec
- asRGB() - Method in record class net.minestom.server.color.Color
-
Gets the color as an RGB integer.
- assignedThread() - Method in interface net.minestom.server.thread.Acquirable
- asString() - Method in class net.minestom.server.utils.NamespaceID
- asVec() - Method in record class net.minestom.server.coordinate.Pos
- async(Consumer<T>) - Method in interface net.minestom.server.thread.Acquirable
-
Async version of
Acquirable.sync(Consumer)
. - ASYNC - Enum constant in enum class net.minestom.server.timer.ExecutionType
- AsyncPlayerPreLoginEvent - Class in net.minestom.server.event.player
-
Called before the player initialization, it can be used to kick the player before any connection or to change his final username/uuid.
- AsyncPlayerPreLoginEvent(Player) - Constructor for class net.minestom.server.event.player.AsyncPlayerPreLoginEvent
- AsyncUtils - Class in net.minestom.server.utils.async
- AsyncUtils() - Constructor for class net.minestom.server.utils.async.AsyncUtils
- ATTACH_ENTITY - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ATTACHED_MELON_STEM - Static variable in interface net.minestom.server.instance.block.Block
- ATTACHED_PUMPKIN_STEM - Static variable in interface net.minestom.server.instance.block.Block
- attachedEntityId() - Method in record class net.minestom.server.network.packet.server.play.AttachEntityPacket
-
Returns the value of the
attachedEntityId
record component. - AttachEntityPacket - Record Class in net.minestom.server.network.packet.server.play
- AttachEntityPacket(int, int) - Constructor for record class net.minestom.server.network.packet.server.play.AttachEntityPacket
-
Creates an instance of a
AttachEntityPacket
record class. - AttachEntityPacket(Entity, Entity) - Constructor for record class net.minestom.server.network.packet.server.play.AttachEntityPacket
- AttachEntityPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.AttachEntityPacket
- attack(Entity) - Method in class net.minestom.server.entity.EntityCreature
-
Calls a
EntityAttackEvent
with this entity as the source andtarget
as the target. - attack(Entity, boolean) - Method in class net.minestom.server.entity.EntityCreature
-
Calls a
EntityAttackEvent
with this entity as the source andtarget
as the target. - Attack() - Constructor for record class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket.Attack
-
Creates an instance of a
Attack
record class. - ATTACK - Enum constant in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
- ATTACK_DAMAGE - Static variable in record class net.minestom.server.attribute.Attribute
- ATTACK_KNOCKBACK - Static variable in record class net.minestom.server.attribute.Attribute
- ATTACK_SPEED - Static variable in record class net.minestom.server.attribute.Attribute
- attackEntity(Entity) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Attacks the given
entity
. - attribute() - Method in record class net.minestom.server.item.attribute.ItemAttribute
-
Returns the value of the
attribute
record component. - Attribute - Record Class in net.minestom.server.attribute
-
Represents a
living entity
attribute. - Attribute(String, float, float) - Constructor for record class net.minestom.server.attribute.Attribute
-
Creates an instance of a
Attribute
record class. - AttributeInstance - Class in net.minestom.server.attribute
-
Represents an instance of an attribute and its modifiers.
- AttributeInstance(Attribute, Consumer<AttributeInstance>) - Constructor for class net.minestom.server.attribute.AttributeInstance
- AttributeModifier - Class in net.minestom.server.attribute
-
Represent an attribute modifier.
- AttributeModifier(String, double, AttributeOperation) - Constructor for class net.minestom.server.attribute.AttributeModifier
-
Creates a new modifier with a random id.
- AttributeModifier(UUID, String, double, AttributeOperation) - Constructor for class net.minestom.server.attribute.AttributeModifier
-
Creates a new modifier.
- AttributeOperation - Enum Class in net.minestom.server.attribute
- attributes(List<ItemAttribute>) - Method in interface net.minestom.server.item.ItemMeta.Builder
- AttributeSlot - Enum Class in net.minestom.server.item.attribute
- AudienceProvider<A> - Interface in net.minestom.server.adventure.audience
-
A generic provider of
audiences
or some subtype. - AudienceRegistry - Class in net.minestom.server.adventure.audience
-
Holder of custom audiences.
- AudienceRegistry(Map<Key, Collection<Audience>>, Supplier<Collection<Audience>>) - Constructor for class net.minestom.server.adventure.audience.AudienceRegistry
-
Creates a new audience registrar with a given backing map.
- audiences() - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- Audiences - Class in net.minestom.server.adventure.audience
-
Utility class to access Adventure audiences.
- Audiences() - Constructor for class net.minestom.server.adventure.audience.Audiences
- AUTH_URL - Static variable in class net.minestom.server.extras.MojangAuth
- author(String) - Method in record class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- author(Component) - Method in record class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- AUTO - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket.Mode
- AutoIncrementMap<K> - Class in net.minestom.server.utils.collection
- AutoIncrementMap() - Constructor for class net.minestom.server.utils.collection.AutoIncrementMap
- AUTOMATIC_COMPONENT_TRANSLATION - Static variable in class net.minestom.server.adventure.MinestomAdventure
-
If components should be automatically translated in outgoing packets.
- autoViewEntities() - Method in class net.minestom.server.entity.Entity
-
Gets if surrounding entities are automatically visible by this.
- available() - Method in class net.minestom.server.utils.binary.BinaryReader
- AVAILABLE_SOUNDS - Enum constant in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
- AVIATE_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- awaitReady() - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- awaitReady() - Method in interface net.minestom.server.instance.batch.Batch
-
Blocks the current thread until the batch is ready to be applied.
- awaitReady() - Method in class net.minestom.server.instance.batch.ChunkBatch
- AWKWARD - Static variable in interface net.minestom.server.potion.PotionType
- AxisPlacementRule - Class in net.minestom.server.instance.block.rule.vanilla
- AxisPlacementRule(Block) - Constructor for class net.minestom.server.instance.block.rule.vanilla.AxisPlacementRule
- AXOLOTL - Static variable in interface net.minestom.server.entity.EntityType
- AXOLOTL_BUCKET - Static variable in interface net.minestom.server.item.Material
- AXOLOTL_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- AxolotlMeta - Class in net.minestom.server.entity.metadata.water
- AxolotlMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.AxolotlMeta
- AxolotlMeta.Variant - Enum Class in net.minestom.server.entity.metadata.water
- AZALEA - Static variable in interface net.minestom.server.instance.block.Block
- AZALEA - Static variable in interface net.minestom.server.item.Material
- AZALEA_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- AZALEA_LEAVES - Static variable in interface net.minestom.server.item.Material
- AZTEC - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- AZTEC2 - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- AZURE_BLUET - Static variable in interface net.minestom.server.instance.block.Block
- AZURE_BLUET - Static variable in interface net.minestom.server.item.Material
B
- backgroundTexture() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
-
Returns the value of the
backgroundTexture
record component. - BAD_OMEN - Static variable in interface net.minestom.server.potion.PotionEffect
- BAKED_POTATO - Static variable in interface net.minestom.server.item.Material
- BAMBOO - Static variable in interface net.minestom.server.instance.block.Block
- BAMBOO - Static variable in interface net.minestom.server.item.Material
- BAMBOO_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- BANE_OF_ARTHROPODS - Static variable in interface net.minestom.server.item.Enchantment
- BARREL - Static variable in interface net.minestom.server.instance.block.Block
- BARREL - Static variable in interface net.minestom.server.item.Material
- BARRIER - Static variable in interface net.minestom.server.instance.block.Block
- BARRIER - Static variable in interface net.minestom.server.item.Material
- BASALT - Static variable in interface net.minestom.server.instance.block.Block
- BASALT - Static variable in interface net.minestom.server.item.Material
- base() - Method in record class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmithingRecipe
-
Returns the value of the
base
record component. - BASE - Enum constant in enum class net.minestom.server.entity.EntitySpawnType
- baseColor() - Method in enum class net.minestom.server.map.MapColors
-
Returns the color index to use on a map
- BasePiglinMeta - Class in net.minestom.server.entity.metadata.monster
- BasePiglinMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.BasePiglinMeta
- BasicQueryEvent - Class in net.minestom.server.extras.query.event
-
An event called when a basic query is received and ready to be responded to.
- BasicQueryEvent(SocketAddress, int) - Constructor for class net.minestom.server.extras.query.event.BasicQueryEvent
-
Creates a new basic query event.
- BasicQueryResponse - Class in net.minestom.server.extras.query.response
-
A basic query response containing a fixed set of responses.
- BasicQueryResponse() - Constructor for class net.minestom.server.extras.query.response.BasicQueryResponse
-
Creates a new basic query response with pre-filled default values.
- BAT - Static variable in interface net.minestom.server.entity.EntityType
- BAT_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- BAT_TAKES_OFF - Enum constant in enum class net.minestom.server.effects.Effects
- Batch<C> - Interface in net.minestom.server.instance.batch
-
A Batch is a tool used to cache a list of block changes, and apply the changes whenever you want.
- BatchOption - Class in net.minestom.server.instance.batch
-
Represents options for
Batch
s. - BatchOption() - Constructor for class net.minestom.server.instance.batch.BatchOption
- BatMeta - Class in net.minestom.server.entity.metadata.ambient
- BatMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.ambient.BatMeta
- BEACH - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- BEACON - Enum constant in enum class net.minestom.server.inventory.InventoryType
- BEACON - Static variable in interface net.minestom.server.instance.block.Block
- BEACON - Static variable in interface net.minestom.server.item.Material
- BEACON_FIRST_POTION - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BEACON_POWER_LEVEL - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BEACON_SECOND_POTION - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BeaconInventory - Class in net.minestom.server.inventory.type
- BeaconInventory(String) - Constructor for class net.minestom.server.inventory.type.BeaconInventory
- BeaconInventory(Component) - Constructor for class net.minestom.server.inventory.type.BeaconInventory
- BEDROCK - Static variable in interface net.minestom.server.instance.block.Block
- BEDROCK - Static variable in interface net.minestom.server.item.Material
- bedSafe(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- BEE - Static variable in interface net.minestom.server.entity.EntityType
- BEE_NEST - Static variable in interface net.minestom.server.instance.block.Block
- BEE_NEST - Static variable in interface net.minestom.server.item.Material
- BEE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- BEEF - Static variable in interface net.minestom.server.item.Material
- BEEHIVE - Static variable in interface net.minestom.server.instance.block.Block
- BEEHIVE - Static variable in interface net.minestom.server.item.Material
- BeeMeta - Class in net.minestom.server.entity.metadata.animal
- BeeMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.BeeMeta
- BEETROOT - Static variable in interface net.minestom.server.item.Material
- BEETROOT_SEEDS - Static variable in interface net.minestom.server.item.Material
- BEETROOT_SOUP - Static variable in interface net.minestom.server.item.Material
- BEETROOTS - Static variable in interface net.minestom.server.instance.block.Block
- BEGIN_RAINING - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- BELL - Static variable in interface net.minestom.server.instance.block.Block
- BELL - Static variable in interface net.minestom.server.item.Material
- BELL_RING - Static variable in interface net.minestom.server.statistic.StatisticType
- below() - Method in class net.minestom.server.utils.block.BlockUtils
- BELOW_NAME_TAG_PREFIX - Static variable in class net.minestom.server.scoreboard.BelowNameTag
-
WARNING: You shouldn't create scoreboards with the same prefix as those
- BelowNameTag - Class in net.minestom.server.scoreboard
-
Represents a scoreboard which rendered a tag below the name.
- BelowNameTag(String, String) - Constructor for class net.minestom.server.scoreboard.BelowNameTag
-
Deprecated.
- BelowNameTag(String, Component) - Constructor for class net.minestom.server.scoreboard.BelowNameTag
-
Creates a new below name scoreboard.
- benchmark() - Method in interface net.minestom.server.ServerProcess
- BenchmarkManager - Class in net.minestom.server.monitoring
-
Small monitoring tools that can be used to check the current memory usage and Minestom threads CPU usage.
- BenchmarkManager() - Constructor for class net.minestom.server.monitoring.BenchmarkManager
- between(Temporal, Temporal) - Method in class net.minestom.server.utils.time.Tick
- between(T, T) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- BIG_DRIPLEAF - Static variable in interface net.minestom.server.instance.block.Block
- BIG_DRIPLEAF - Static variable in interface net.minestom.server.item.Material
- BIG_DRIPLEAF_STEM - Static variable in interface net.minestom.server.instance.block.Block
- BinaryBuffer - Class in net.minestom.server.utils.binary
-
Manages off-heap memory.
- BinaryBuffer.Marker - Record Class in net.minestom.server.utils.binary
- BinaryReader - Class in net.minestom.server.utils.binary
-
Class used to read from a byte array.
- BinaryReader(byte[]) - Constructor for class net.minestom.server.utils.binary.BinaryReader
- BinaryReader(ByteBuffer) - Constructor for class net.minestom.server.utils.binary.BinaryReader
- BinaryReader(NetworkBuffer) - Constructor for class net.minestom.server.utils.binary.BinaryReader
- BinaryWriter - Class in net.minestom.server.utils.binary
-
Class used to write to a byte array.
- BinaryWriter() - Constructor for class net.minestom.server.utils.binary.BinaryWriter
- BinaryWriter(int) - Constructor for class net.minestom.server.utils.binary.BinaryWriter
- BinaryWriter(ByteBuffer) - Constructor for class net.minestom.server.utils.binary.BinaryWriter
- BinaryWriter(NetworkBuffer) - Constructor for class net.minestom.server.utils.binary.BinaryWriter
- BINDING_CURSE - Static variable in interface net.minestom.server.item.Enchantment
- biome() - Method in interface net.minestom.server.ServerProcess
-
Handles registered biomes.
- Biome - Class in net.minestom.server.world.biomes
- Biome.Builder - Class in net.minestom.server.world.biomes
- Biome.Category - Enum Class in net.minestom.server.world.biomes
- Biome.Getter - Interface in net.minestom.server.world.biomes
- Biome.Precipitation - Enum Class in net.minestom.server.world.biomes
- Biome.Setter - Interface in net.minestom.server.world.biomes
- Biome.TemperatureModifier - Enum Class in net.minestom.server.world.biomes
- BiomeEffects - Record Class in net.minestom.server.world.biomes
- BiomeEffects(int, int, int, int, int, int, BiomeEffects.GrassColorModifier, BiomeParticle, NamespaceID, BiomeEffects.MoodSound, BiomeEffects.AdditionsSound, BiomeEffects.Music) - Constructor for record class net.minestom.server.world.biomes.BiomeEffects
-
Creates an instance of a
BiomeEffects
record class. - BiomeEffects.AdditionsSound - Record Class in net.minestom.server.world.biomes
- BiomeEffects.Builder - Class in net.minestom.server.world.biomes
- BiomeEffects.GrassColorModifier - Enum Class in net.minestom.server.world.biomes
- BiomeEffects.MoodSound - Record Class in net.minestom.server.world.biomes
- BiomeEffects.Music - Record Class in net.minestom.server.world.biomes
- BiomeManager - Class in net.minestom.server.world.biomes
-
Allows servers to register custom dimensions.
- BiomeManager() - Constructor for class net.minestom.server.world.biomes.BiomeManager
- biomePalette() - Method in class net.minestom.server.instance.Section
- biomeParticle() - Method in record class net.minestom.server.world.biomes.BiomeEffects
-
Returns the value of the
biomeParticle
record component. - biomeParticle(BiomeParticle) - Method in class net.minestom.server.world.biomes.BiomeEffects.Builder
- BiomeParticle - Record Class in net.minestom.server.world.biomes
- BiomeParticle(float, BiomeParticle.Option) - Constructor for record class net.minestom.server.world.biomes.BiomeParticle
-
Creates an instance of a
BiomeParticle
record class. - BiomeParticle.BlockOption - Record Class in net.minestom.server.world.biomes
- BiomeParticle.DustOption - Record Class in net.minestom.server.world.biomes
- BiomeParticle.ItemOption - Record Class in net.minestom.server.world.biomes
- BiomeParticle.NormalOption - Record Class in net.minestom.server.world.biomes
- BiomeParticle.Option - Interface in net.minestom.server.world.biomes
- biomes() - Static method in interface net.minestom.server.instance.palette.Palette
- BIRCH - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- BIRCH_BOAT - Static variable in interface net.minestom.server.item.Material
- BIRCH_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_BUTTON - Static variable in interface net.minestom.server.item.Material
- BIRCH_CHEST_BOAT - Static variable in interface net.minestom.server.item.Material
- BIRCH_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_DOOR - Static variable in interface net.minestom.server.item.Material
- BIRCH_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_FENCE - Static variable in interface net.minestom.server.item.Material
- BIRCH_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- BIRCH_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_LEAVES - Static variable in interface net.minestom.server.item.Material
- BIRCH_LOG - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_LOG - Static variable in interface net.minestom.server.item.Material
- BIRCH_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_PLANKS - Static variable in interface net.minestom.server.item.Material
- BIRCH_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- BIRCH_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_SAPLING - Static variable in interface net.minestom.server.item.Material
- BIRCH_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_SIGN - Static variable in interface net.minestom.server.item.Material
- BIRCH_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_SLAB - Static variable in interface net.minestom.server.item.Material
- BIRCH_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_STAIRS - Static variable in interface net.minestom.server.item.Material
- BIRCH_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- BIRCH_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_WOOD - Static variable in interface net.minestom.server.item.Material
- bitsPerEntry() - Method in interface net.minestom.server.instance.palette.Palette
-
Returns the number of bits used per entry.
- bitsToRepresent(int) - Static method in class net.minestom.server.utils.MathUtils
- BLACK - Enum constant in enum class net.minestom.server.color.DyeColor
- BLACK - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- BLACK - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- BLACK - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Variant
- BLACK_AND_WHITE - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- BLACK_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_BANNER - Static variable in interface net.minestom.server.item.Material
- BLACK_BED - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_BED - Static variable in interface net.minestom.server.item.Material
- BLACK_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CANDLE - Static variable in interface net.minestom.server.item.Material
- BLACK_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CARPET - Static variable in interface net.minestom.server.item.Material
- BLACK_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CONCRETE - Static variable in interface net.minestom.server.item.Material
- BLACK_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- BLACK_DOTS - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Marking
- BLACK_DYE - Static variable in interface net.minestom.server.item.Material
- BLACK_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BLACK_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- BLACK_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- BLACK_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- BLACK_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BLACK_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_WOOL - Static variable in interface net.minestom.server.item.Material
- BLACKSTONE - Static variable in interface net.minestom.server.instance.block.Block
- BLACKSTONE - Static variable in interface net.minestom.server.item.Material
- BLACKSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- BLACKSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- BLACKSTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- BLACKSTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- BLACKSTONE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- BLACKSTONE_WALL - Static variable in interface net.minestom.server.item.Material
- BLAST_FURNACE - Enum constant in enum class net.minestom.server.inventory.InventoryType
- BLAST_FURNACE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket.BookType
- BLAST_FURNACE - Static variable in interface net.minestom.server.instance.block.Block
- BLAST_FURNACE - Static variable in interface net.minestom.server.item.Material
- BLAST_PROTECTION - Static variable in interface net.minestom.server.item.Enchantment
- blastFurnaceRecipeBookFilterActive() - Method in record class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
-
Returns the value of the
blastFurnaceRecipeBookFilterActive
record component. - blastFurnaceRecipeBookOpen() - Method in record class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
-
Returns the value of the
blastFurnaceRecipeBookOpen
record component. - BLASTING - Enum constant in enum class net.minestom.server.recipe.Recipe.Type
- BlastingRecipe - Class in net.minestom.server.recipe
- BlastingRecipe(String, String, ItemStack, float, int) - Constructor for class net.minestom.server.recipe.BlastingRecipe
- BLAZE - Static variable in interface net.minestom.server.entity.EntityType
- BLAZE_POWDER - Static variable in interface net.minestom.server.item.Material
- BLAZE_ROD - Static variable in interface net.minestom.server.item.Material
- BLAZE_SHOOTS - Enum constant in enum class net.minestom.server.effects.Effects
- BLAZE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- BlazeMeta - Class in net.minestom.server.entity.metadata.monster
- BlazeMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.BlazeMeta
- BLINDNESS - Enum constant in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
- BLINDNESS - Static variable in interface net.minestom.server.potion.PotionEffect
- block() - Method in interface net.minestom.server.item.Material
- block() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- block() - Method in interface net.minestom.server.ServerProcess
-
Handles
block handlers
andplacement rules
. - block() - Method in record class net.minestom.server.world.biomes.BiomeParticle.BlockOption
-
Returns the value of the
block
record component. - block(String, Registry.Properties) - Static method in class net.minestom.server.registry.Registry
- Block - Interface in net.minestom.server.instance.block
-
Represents a block that can be placed anywhere.
- BLOCK - Static variable in interface net.minestom.server.event.EventFilter
- BLOCK - Static variable in interface net.minestom.server.particle.Particle
- BLOCK_ACTION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BLOCK_AMETHYST_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_CHIME - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_DESTROY - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_SAPLING_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_SAPLING_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_SAPLING_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BARREL_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BARREL_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BATCH_POOL - Static variable in interface net.minestom.server.instance.batch.Batch
- BLOCK_BEACON_ACTIVATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEACON_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEACON_DEACTIVATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEACON_POWER_SELECT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_DRIP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_ENTER - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_EXIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_SHEAR - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_WORK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BELL_RESONATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BELL_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_TILT_DOWN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_TILT_UP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BLASTFURNACE_FIRE_CRACKLE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BREAK - Enum constant in enum class net.minestom.server.effects.Effects
- BLOCK_BREAK_ANIMATION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BLOCK_BREWING_STAND_BREW - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_BUBBLE_POP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAKE_ADD_CANDLE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAMPFIRE_CRACKLE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_EXTINGUISH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_PICK_BERRIES - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHANGE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BLOCK_CHEST_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHEST_LOCKED - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHEST_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHORUS_FLOWER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHORUS_FLOWER_GROW - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPARATOR_CLICK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPOSTER_EMPTY - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPOSTER_FILL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPOSTER_FILL_SUCCESS - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPOSTER_READY - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_ACTIVATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_AMBIENT_SHORT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_ATTACK_TARGET - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_DEACTIVATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CROP_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DISPENSER_DISPENSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DISPENSER_FAIL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DISPENSER_LAUNCH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ENCHANTMENT_TABLE_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_END_GATEWAY_SPAWN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_END_PORTAL_FRAME_FILL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_END_PORTAL_SPAWN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ENDER_CHEST_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ENDER_CHEST_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ENTITY_DATA - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BLOCK_FENCE_GATE_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FENCE_GATE_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FIRE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FIRE_EXTINGUISH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGLIGHT_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGLIGHT_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGLIGHT_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGLIGHT_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGLIGHT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGSPAWN_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGSPAWN_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGSPAWN_HATCH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGSPAWN_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGSPAWN_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FROGSPAWN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FURNACE_FIRE_CRACKLE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRINDSTONE_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GROWING_PLANT_CROP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_SLIDE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_IRON_DOOR_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_IRON_DOOR_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_IRON_TRAPDOOR_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_IRON_TRAPDOOR_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LARGE_AMETHYST_BUD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LARGE_AMETHYST_BUD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LAVA_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LAVA_EXTINGUISH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LAVA_POP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LEVER_CLICK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LILY_PAD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MANGROVE_ROOTS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MANGROVE_ROOTS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MANGROVE_ROOTS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MANGROVE_ROOTS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MANGROVE_ROOTS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MARKER - Static variable in interface net.minestom.server.particle.Particle
- BLOCK_MEDIUM_AMETHYST_BUD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MEDIUM_AMETHYST_BUD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_PRESSURE_PLATE_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_BRICKS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_BRICKS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_BRICKS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_BRICKS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_BRICKS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUD_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUDDY_MANGROVE_ROOTS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUDDY_MANGROVE_ROOTS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUDDY_MANGROVE_ROOTS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUDDY_MANGROVE_ROOTS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MUDDY_MANGROVE_ROOTS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_WART_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BANJO - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BASEDRUM - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BASS - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BELL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_CHIME - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_COW_BELL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_DIDGERIDOO - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_FLUTE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_GUITAR - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_HARP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_HAT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_IRON_XYLOPHONE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_PLING - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_SNARE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_XYLOPHONE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PACKED_MUD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PACKED_MUD_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PACKED_MUD_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PACKED_MUD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PACKED_MUD_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PISTON_CONTRACT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PISTON_EXTEND - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_DRIP_LAVA - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_DRIP_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PORTAL_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PORTAL_TRAVEL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PORTAL_TRIGGER - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POSITION - Static variable in class net.minestom.server.network.NetworkBuffer
- BLOCK_POWDER_SNOW_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PUMPKIN_CARVE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_REDSTONE_TORCH_BURNOUT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_RESPAWN_ANCHOR_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_RESPAWN_ANCHOR_CHARGE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_RESPAWN_ANCHOR_DEPLETE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_RESPAWN_ANCHOR_SET_SPAWN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_CATALYST_BLOOM - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_CATALYST_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_CATALYST_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_CATALYST_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_CATALYST_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_CATALYST_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_CHARGE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_CLICKING - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_CLICKING_STOP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SHRIEKER_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SHRIEKER_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SHRIEKER_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SHRIEKER_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SHRIEKER_SHRIEK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SHRIEKER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SPREAD - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_VEIN_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_VEIN_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_VEIN_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_VEIN_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_VEIN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHULKER_BOX_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHULKER_BOX_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_AMETHYST_BUD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_AMETHYST_BUD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMITHING_TABLE_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMOKER_SMOKE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_BUTTON_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_BUTTON_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_PRESSURE_PLATE_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SWEET_BERRY_BUSH_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SWEET_BERRY_BUSH_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TAGS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- BLOCK_TRIPWIRE_ATTACH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TRIPWIRE_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TRIPWIRE_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TRIPWIRE_DETACH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WATER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_BUTTON_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_BUTTON_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_DOOR_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_DOOR_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_TRAPDOOR_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_TRAPDOOR_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- Block.Comparator - Interface in net.minestom.server.instance.block
- Block.Getter - Interface in net.minestom.server.instance.block
- Block.Getter.Condition - Enum Class in net.minestom.server.instance.block
-
Represents a hint to retrieve blocks more efficiently.
- Block.Setter - Interface in net.minestom.server.instance.block
-
Represents an element which can place blocks at position.
- BlockActionPacket - Record Class in net.minestom.server.network.packet.server.play
- BlockActionPacket(Point, byte, byte, int) - Constructor for record class net.minestom.server.network.packet.server.play.BlockActionPacket
-
Creates an instance of a
BlockActionPacket
record class. - BlockActionPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.BlockActionPacket
- BlockActionPacket(Point, byte, byte, Block) - Constructor for record class net.minestom.server.network.packet.server.play.BlockActionPacket
- blockAt(int, int, int) - Method in class net.minestom.server.entity.pathfinding.PFColumnarSpace
- BlockBreakAnimationPacket - Record Class in net.minestom.server.network.packet.server.play
- BlockBreakAnimationPacket(int, Point, byte) - Constructor for record class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
-
Creates an instance of a
BlockBreakAnimationPacket
record class. - BlockBreakAnimationPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- BlockChangePacket - Record Class in net.minestom.server.network.packet.server.play
- BlockChangePacket(Point, int) - Constructor for record class net.minestom.server.network.packet.server.play.BlockChangePacket
-
Creates an instance of a
BlockChangePacket
record class. - BlockChangePacket(Point, Block) - Constructor for record class net.minestom.server.network.packet.server.play.BlockChangePacket
- BlockChangePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.BlockChangePacket
- blockEntities() - Method in record class net.minestom.server.network.packet.server.play.data.ChunkData
-
Returns the value of the
blockEntities
record component. - blockEntity() - Method in class net.minestom.server.registry.Registry.BlockEntry
- BlockEntityDataPacket - Record Class in net.minestom.server.network.packet.server.play
- BlockEntityDataPacket(Point, int, NBTCompound) - Constructor for record class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
-
Creates an instance of a
BlockEntityDataPacket
record class. - BlockEntityDataPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
- blockEntityId() - Method in class net.minestom.server.registry.Registry.BlockEntry
- blockEntries() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Chunk
-
Returns the value of the
blockEntries
record component. - BlockEvent - Interface in net.minestom.server.event.trait
- blockFace() - Method in record class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
-
Returns the value of the
blockFace
record component. - blockFace() - Method in record class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
-
Returns the value of the
blockFace
record component. - BlockFace - Enum Class in net.minestom.server.instance.block
- BlockHandler - Interface in net.minestom.server.instance.block
-
Interface used to provide block behavior.
- BlockHandler.Destroy - Class in net.minestom.server.instance.block
- BlockHandler.Dummy - Class in net.minestom.server.instance.block
-
Handler used for loaded blocks with unknown namespace in order to do not lose the information while saving, and for runtime debugging purpose.
- BlockHandler.Interaction - Class in net.minestom.server.instance.block
- BlockHandler.Placement - Class in net.minestom.server.instance.block
-
Represents an object forwarded to
BlockHandler.onPlace(Placement)
. - BlockHandler.PlayerDestroy - Class in net.minestom.server.instance.block
- BlockHandler.PlayerPlacement - Class in net.minestom.server.instance.block
- BlockHandler.Tick - Class in net.minestom.server.instance.block
- BlockHandler.Touch - Class in net.minestom.server.instance.block
- blockId() - Method in record class net.minestom.server.network.packet.server.play.BlockActionPacket
-
Returns the value of the
blockId
record component. - blockIndexToChunkPositionX(int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Converts a block index to a chunk position X.
- blockIndexToChunkPositionY(int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Converts a block index to a chunk position Y.
- blockIndexToChunkPositionZ(int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Converts a block index to a chunk position Z.
- BlockIterator - Class in net.minestom.server.utils.block
-
This class performs ray tracing and iterates along blocks on a line
- BlockIterator(Pos) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Pos, double) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Pos, double, int) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Vec, Vec, double, double) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Vec, Vec, double, double, boolean) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Entity) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Entity, int) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- blockLight() - Method in record class net.minestom.server.network.packet.server.play.data.LightData
-
Returns the value of the
blockLight
record component. - BlockManager - Class in net.minestom.server.instance.block
- BlockManager() - Constructor for class net.minestom.server.instance.block.BlockManager
- blockMask() - Method in record class net.minestom.server.network.packet.server.play.data.LightData
-
Returns the value of the
blockMask
record component. - blockObjectAt(int, int, int) - Method in class net.minestom.server.entity.pathfinding.PFInstanceSpace
- BlockOption(Block) - Constructor for record class net.minestom.server.world.biomes.BiomeParticle.BlockOption
-
Creates an instance of a
BlockOption
record class. - blockPalette() - Method in class net.minestom.server.instance.Section
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.BlockPlacementRule
-
Called when the block is placed.
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.vanilla.AxisPlacementRule
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.vanilla.RedstonePlacementRule
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.vanilla.StairsPlacementRule
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.vanilla.WallPlacementRule
- BlockPlacementListener - Class in net.minestom.server.listener
- BlockPlacementListener() - Constructor for class net.minestom.server.listener.BlockPlacementListener
- BlockPlacementRule - Class in net.minestom.server.instance.block.rule
- BlockPlacementRule(Block) - Constructor for class net.minestom.server.instance.block.rule.BlockPlacementRule
- blockPosition() - Method in record class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.client.play.ClientQueryBlockNbtPacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.server.play.BlockActionPacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.server.play.BlockChangePacket
-
Returns the value of the
blockPosition
record component. - blockPosition() - Method in record class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
-
Returns the value of the
blockPosition
record component. - blocks() - Static method in interface net.minestom.server.instance.palette.Palette
- blocks() - Method in record class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
-
Returns the value of the
blocks
record component. - BLOCKS - Enum constant in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- BLOCKS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- blockSearchExtent() - Method in record class net.minestom.server.world.biomes.BiomeEffects.MoodSound
-
Returns the value of the
blockSearchExtent
record component. - BlockState(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- blockStateId() - Method in record class net.minestom.server.network.packet.server.play.BlockChangePacket
-
Returns the value of the
blockStateId
record component. - blockTypeY() - Method in record class net.minestom.server.collision.PhysicsResult
-
Returns the value of the
blockTypeY
record component. - blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.BlockPlacementRule
-
Called when the block state id can be updated (for instance if a neighbour block changed).
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.vanilla.AxisPlacementRule
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.vanilla.RedstonePlacementRule
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.vanilla.StairsPlacementRule
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.vanilla.WallPlacementRule
- BlockUtils - Class in net.minestom.server.utils.block
- BlockUtils(Instance, Point) - Constructor for class net.minestom.server.utils.block.BlockUtils
- blockX() - Method in interface net.minestom.server.coordinate.Point
-
Gets the floored value of the X component
- blockY() - Method in interface net.minestom.server.coordinate.Point
-
Gets the floored value of the X component
- blockZ() - Method in interface net.minestom.server.coordinate.Point
-
Gets the floored value of the X component
- blue() - Method in record class net.minestom.server.color.Color
-
Returns the value of the
blue
record component. - blue() - Method in enum class net.minestom.server.color.DyeColor
- blue() - Method in enum class net.minestom.server.map.MapColors
- blue() - Method in record class net.minestom.server.world.biomes.BiomeParticle.DustOption
-
Returns the value of the
blue
record component. - BLUE - Enum constant in enum class net.minestom.server.color.DyeColor
- BLUE - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta.Color
- BLUE - Enum constant in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
- BLUE_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_BANNER - Static variable in interface net.minestom.server.item.Material
- BLUE_BED - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_BED - Static variable in interface net.minestom.server.item.Material
- BLUE_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CANDLE - Static variable in interface net.minestom.server.item.Material
- BLUE_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CARPET - Static variable in interface net.minestom.server.item.Material
- BLUE_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CONCRETE - Static variable in interface net.minestom.server.item.Material
- BLUE_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- BLUE_DYE - Static variable in interface net.minestom.server.item.Material
- BLUE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BLUE_ICE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_ICE - Static variable in interface net.minestom.server.item.Material
- BLUE_ORCHID - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_ORCHID - Static variable in interface net.minestom.server.item.Material
- BLUE_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- BLUE_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- BLUE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- BLUE_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BLUE_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_WOOL - Static variable in interface net.minestom.server.item.Material
- BOAT - Static variable in interface net.minestom.server.entity.EntityType
- BOAT_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- BoatMeta - Class in net.minestom.server.entity.metadata.other
- BoatMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.BoatMeta
- BoatMeta.Type - Enum Class in net.minestom.server.entity.metadata.other
- boatSteerListener(ClientSteerBoatPacket, Player) - Static method in class net.minestom.server.listener.PlayerVehicleListener
- body() - Method in class net.minestom.server.network.packet.server.CachedPacket
- body() - Method in record class net.minestom.server.network.packet.server.FramedPacket
-
Returns the value of the
body
record component. - BOMB - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- BONE - Static variable in interface net.minestom.server.item.Material
- BONE_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- BONE_BLOCK - Static variable in interface net.minestom.server.item.Material
- BONE_MEAL - Static variable in interface net.minestom.server.item.Material
- BONEMEAL_PARTICLES - Enum constant in enum class net.minestom.server.effects.Effects
- BOOK - Static variable in interface net.minestom.server.item.Material
- BOOK_PAGE_TURNED - Enum constant in enum class net.minestom.server.effects.Effects
- BookListener - Class in net.minestom.server.listener
- BookListener() - Constructor for class net.minestom.server.listener.BookListener
- bookOpen() - Method in record class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
-
Returns the value of the
bookOpen
record component. - BOOKSHELF - Static variable in interface net.minestom.server.instance.block.Block
- BOOKSHELF - Static variable in interface net.minestom.server.item.Material
- bookType() - Method in record class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
-
Returns the value of the
bookType
record component. - Boolean(boolean) - Static method in class net.minestom.server.entity.Metadata
- Boolean(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- Boolean(String) - Static method in class net.minestom.server.tag.Tag
- BOOLEAN - Static variable in class net.minestom.server.network.NetworkBuffer
- BOOTS - Enum constant in enum class net.minestom.server.entity.EquipmentSlot
- BOOTS_SLOT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- BOSS_BAR - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- bossBar() - Method in interface net.minestom.server.ServerProcess
-
Handles registered boss bars.
- BossBarManager - Class in net.minestom.server.adventure.bossbar
-
Manages all boss bars known to this Minestom instance.
- BossBarManager() - Constructor for class net.minestom.server.adventure.bossbar.BossBarManager
-
Creates a new boss bar manager.
- BossBarPacket - Record Class in net.minestom.server.network.packet.server.play
- BossBarPacket(UUID, BossBarPacket.Action) - Constructor for record class net.minestom.server.network.packet.server.play.BossBarPacket
-
Creates an instance of a
BossBarPacket
record class. - BossBarPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.BossBarPacket
- BossBarPacket.Action - Interface in net.minestom.server.network.packet.server.play
- BossBarPacket.AddAction - Record Class in net.minestom.server.network.packet.server.play
- BossBarPacket.RemoveAction - Record Class in net.minestom.server.network.packet.server.play
- BossBarPacket.UpdateFlagsAction - Record Class in net.minestom.server.network.packet.server.play
- BossBarPacket.UpdateHealthAction - Record Class in net.minestom.server.network.packet.server.play
- BossBarPacket.UpdateStyleAction - Record Class in net.minestom.server.network.packet.server.play
- BossBarPacket.UpdateTitleAction - Record Class in net.minestom.server.network.packet.server.play
- BOTH - Enum constant in enum class net.minestom.server.instance.WorldBorder.CollisionAxis
- BOTTOM - Enum constant in enum class net.minestom.server.instance.block.BlockFace
- BOTTOM - Enum constant in enum class net.minestom.server.inventory.type.EnchantmentTableInventory.EnchantmentSlot
- bound() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- boundingBox() - Method in record class net.minestom.server.registry.Registry.EntityEntry
-
Returns the value of the
boundingBox
record component. - BoundingBox - Class in net.minestom.server.collision
-
See https://wiki.vg/Entity_metadata#Mobs_2
- BoundingBox(double, double, double) - Constructor for class net.minestom.server.collision.BoundingBox
- boundingBoxRayIntersectionCheck(Vec, Vec, Pos) - Method in class net.minestom.server.collision.BoundingBox
- bounds() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- BOW - Enum constant in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
- BOW - Static variable in interface net.minestom.server.item.Material
- BOWL - Static variable in interface net.minestom.server.item.Material
- BRAIN_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- BRAIN_CORAL - Static variable in interface net.minestom.server.item.Material
- BRAIN_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- BRAIN_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- BRAIN_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- BRAIN_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- BRAIN_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- branch() - Static method in class net.minestom.server.Git
- BREAD - Static variable in interface net.minestom.server.item.Material
- breakBlock(Player, Point, BlockFace) - Method in class net.minestom.server.instance.Instance
-
Does call
PlayerBlockBreakEvent
and send particle packets - breakBlock(Player, Point, BlockFace) - Method in class net.minestom.server.instance.InstanceContainer
- breakBlock(Player, Point, BlockFace) - Method in class net.minestom.server.instance.SharedInstance
- BREATH_ATTACK - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- BREWING_STAND - Enum constant in enum class net.minestom.server.inventory.InventoryType
- BREWING_STAND - Static variable in interface net.minestom.server.instance.block.Block
- BREWING_STAND - Static variable in interface net.minestom.server.item.Material
- BREWING_STAND_BREW_TIME - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BREWING_STAND_BREWED - Enum constant in enum class net.minestom.server.effects.Effects
- BREWING_STAND_FUEL_TIME - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BrewingStandInventory - Class in net.minestom.server.inventory.type
- BrewingStandInventory(String) - Constructor for class net.minestom.server.inventory.type.BrewingStandInventory
- BrewingStandInventory(Component) - Constructor for class net.minestom.server.inventory.type.BrewingStandInventory
- BRICK - Static variable in interface net.minestom.server.item.Material
- BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- BRICKS - Static variable in interface net.minestom.server.item.Material
- BRINELY - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
- BRITISH_SHORTHAIR - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Variant
- broadcastPacket(ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
- BROKEN - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- BROWN - Enum constant in enum class net.minestom.server.color.DyeColor
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.LlamaMeta.Variant
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.MooshroomMeta.Variant
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- BROWN_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_BANNER - Static variable in interface net.minestom.server.item.Material
- BROWN_BED - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_BED - Static variable in interface net.minestom.server.item.Material
- BROWN_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CANDLE - Static variable in interface net.minestom.server.item.Material
- BROWN_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CARPET - Static variable in interface net.minestom.server.item.Material
- BROWN_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CONCRETE - Static variable in interface net.minestom.server.item.Material
- BROWN_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- BROWN_DYE - Static variable in interface net.minestom.server.item.Material
- BROWN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BROWN_MUSHROOM - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_MUSHROOM - Static variable in interface net.minestom.server.item.Material
- BROWN_MUSHROOM_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_MUSHROOM_BLOCK - Static variable in interface net.minestom.server.item.Material
- BROWN_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- BROWN_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- BROWN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- BROWN_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BROWN_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_WOOL - Static variable in interface net.minestom.server.item.Material
- BUBBLE - Static variable in interface net.minestom.server.particle.Particle
- BUBBLE_COLUMN - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_COLUMN_UP - Static variable in interface net.minestom.server.particle.Particle
- BUBBLE_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_CORAL - Static variable in interface net.minestom.server.item.Material
- BUBBLE_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- BUBBLE_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- BUBBLE_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_POP - Static variable in interface net.minestom.server.particle.Particle
- BUCKET - Static variable in interface net.minestom.server.item.Material
- BUDDING_AMETHYST - Static variable in interface net.minestom.server.instance.block.Block
- BUDDING_AMETHYST - Static variable in interface net.minestom.server.item.Material
- BUFFER_POOL - Static variable in class net.minestom.server.utils.ObjectPool
- build() - Method in class net.minestom.server.entity.ai.EntityAIGroupBuilder
-
Creates new
EntityAIGroup
. - build() - Method in class net.minestom.server.event.EventBinding.FilteredBuilder
- build() - Method in class net.minestom.server.event.EventListener.Builder
- build() - Method in interface net.minestom.server.item.ItemMeta.Builder
- build() - Method in interface net.minestom.server.item.ItemMetaView.Builder
- build() - Method in interface net.minestom.server.item.ItemStack.Builder
- build() - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- build() - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Built a team.
- build() - Method in class net.minestom.server.world.biomes.Biome.Builder
- build() - Method in class net.minestom.server.world.biomes.BiomeEffects.Builder
- build() - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- buildDeathMessage(Player) - Method in class net.minestom.server.entity.damage.DamageType
-
Builds the death message linked to this damage type.
- buildDeathScreenText(Player) - Method in class net.minestom.server.entity.damage.DamageType
-
Builds the text sent to a player in his death screen.
- builder() - Method in class net.minestom.server.adventure.provider.MinestomGsonComponentSerializerProvider
- builder() - Static method in class net.minestom.server.world.biomes.Biome
- builder() - Static method in record class net.minestom.server.world.biomes.BiomeEffects
- builder(Class<T>) - Static method in interface net.minestom.server.event.EventListener
- builder(Material) - Static method in interface net.minestom.server.item.ItemStack
- builder(NamespaceID) - Static method in class net.minestom.server.world.DimensionType
- Builder() - Constructor for record class net.minestom.server.item.metadata.BundleMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.CompassMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.CrossbowMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.EnchantedBookMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.FireworkEffectMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.FireworkMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.LeatherArmorMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.MapMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.PlayerHeadMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.PotionMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.WritableBookMeta.Builder
- Builder() - Constructor for record class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- Builder(Class<T>) - Constructor for class net.minestom.server.event.EventListener.Builder
- Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.BundleMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.CompassMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.CrossbowMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.EnchantedBookMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.FireworkEffectMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.FireworkMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.LeatherArmorMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.MapMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.PlayerHeadMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.PotionMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.WritableBookMeta.Builder
-
Creates an instance of a
Builder
record class. - Builder(TagHandler) - Constructor for record class net.minestom.server.item.metadata.WrittenBookMeta.Builder
-
Creates an instance of a
Builder
record class. - buildShutdownTask(Runnable) - Method in class net.minestom.server.timer.SchedulerManager
- buildTask(Runnable) - Method in interface net.minestom.server.timer.Scheduler
- BUNDLE - Static variable in interface net.minestom.server.item.Material
- BundleMeta - Record Class in net.minestom.server.item.metadata
- BundleMeta(TagReadable) - Constructor for record class net.minestom.server.item.metadata.BundleMeta
-
Creates an instance of a
BundleMeta
record class. - BundleMeta.Builder - Record Class in net.minestom.server.item.metadata
- BungeeCordProxy - Class in net.minestom.server.extras.bungee
-
BungeeCord forwarding support.
- BungeeCordProxy() - Constructor for class net.minestom.server.extras.bungee.BungeeCordProxy
- BURNING_SKULL - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- BURST - Enum constant in enum class net.minestom.server.item.firework.FireworkEffectType
- BUST - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- BUTCHER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- button() - Method in record class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
-
Returns the value of the
button
record component. - buttonId() - Method in record class net.minestom.server.network.packet.client.play.ClientClickWindowButtonPacket
-
Returns the value of the
buttonId
record component. - byId(byte) - Static method in enum class net.minestom.server.item.firework.FireworkEffectType
-
Retrieves a
FireworkEffectType
by the givenid
. - Byte(byte) - Static method in class net.minestom.server.entity.Metadata
- Byte(String) - Static method in class net.minestom.server.tag.Tag
- BYTE - Static variable in class net.minestom.server.network.NetworkBuffer
- BYTE_ARRAY - Static variable in class net.minestom.server.network.NetworkBuffer
- ByteRange - Class in net.minestom.server.utils.math
- ByteRange(Byte) - Constructor for class net.minestom.server.utils.math.ByteRange
- ByteRange(Byte, Byte) - Constructor for class net.minestom.server.utils.math.ByteRange
C
- CACHED - Enum constant in enum class net.minestom.server.instance.block.Block.Getter.Condition
-
Hints that the method should return only if the block is cached.
- CACHED_PACKET - Static variable in class net.minestom.server.utils.PacketUtils
- CachedPacket - Class in net.minestom.server.network.packet.server
-
Represents a packet that is only computed when required (either due to memory demand or invalidated data)
- CachedPacket(Supplier<ServerPacket>) - Constructor for class net.minestom.server.network.packet.server.CachedPacket
- CachedPacket(ServerPacket) - Constructor for class net.minestom.server.network.packet.server.CachedPacket
- CACTUS - Static variable in interface net.minestom.server.instance.block.Block
- CACTUS - Static variable in interface net.minestom.server.item.Material
- CAKE - Static variable in interface net.minestom.server.instance.block.Block
- CAKE - Static variable in interface net.minestom.server.item.Material
- CALCITE - Static variable in interface net.minestom.server.instance.block.Block
- CALCITE - Static variable in interface net.minestom.server.item.Material
- CALICO - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Variant
- call(Event) - Static method in class net.minestom.server.event.EventDispatcher
- call(E) - Method in interface net.minestom.server.event.ListenerHandle
-
Calls the given event.
- call(T) - Method in interface net.minestom.server.event.EventNode
-
Calls an event starting from this node.
- callCancellable(CancellableEvent, Runnable) - Static method in class net.minestom.server.event.EventDispatcher
- callCancellable(T, Runnable) - Method in interface net.minestom.server.event.EventNode
-
Execute a cancellable event with a callback to execute if the event is successful.
- callClickEvent(Player, Inventory, int, ClickType, ItemStack, ItemStack) - Method in interface net.minestom.server.inventory.InventoryClickHandler
- callItemUpdateStateEvent(boolean, Player.Hand) - Method in class net.minestom.server.entity.Player
-
Deprecated.Use
Player.callItemUpdateStateEvent(Hand)
instead - callItemUpdateStateEvent(Player.Hand) - Method in class net.minestom.server.entity.Player
-
Used to call
ItemUpdateStateEvent
with the proper item It does check which hand to get the item to update. - CAMERA - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- cameraId() - Method in record class net.minestom.server.network.packet.server.play.CameraPacket
-
Returns the value of the
cameraId
record component. - CameraPacket - Record Class in net.minestom.server.network.packet.server.play
- CameraPacket(int) - Constructor for record class net.minestom.server.network.packet.server.play.CameraPacket
-
Creates an instance of a
CameraPacket
record class. - CameraPacket(Entity) - Constructor for record class net.minestom.server.network.packet.server.play.CameraPacket
- CameraPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.CameraPacket
- CAMPFIRE - Static variable in interface net.minestom.server.instance.block.Block
- CAMPFIRE - Static variable in interface net.minestom.server.item.Material
- CAMPFIRE_COOKING - Enum constant in enum class net.minestom.server.recipe.Recipe.Type
- CAMPFIRE_COSY_SMOKE - Static variable in interface net.minestom.server.particle.Particle
- CAMPFIRE_SIGNAL_SMOKE - Static variable in interface net.minestom.server.particle.Particle
- CampfireCookingRecipe - Class in net.minestom.server.recipe
- CampfireCookingRecipe(String, String, ItemStack, float, int) - Constructor for class net.minestom.server.recipe.CampfireCookingRecipe
- canApply(ItemStack, int) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- canApply(ItemStack, int) - Method in interface net.minestom.server.item.StackingRule
-
Used to know if an
ItemStack
can have the sizenewAmount
applied. - canBeStacked(ItemStack, ItemStack) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- canBeStacked(ItemStack, ItemStack) - Method in interface net.minestom.server.item.StackingRule
-
Used to know if two
ItemStack
can be stacked together. - cancel() - Method in interface net.minestom.server.timer.Task
- CancellableEvent - Interface in net.minestom.server.event.trait
-
Represents an
Event
which can be cancelled. - CANCELLED - Enum constant in enum class net.minestom.server.command.builder.CommandResult.Type
-
Command cancelled by an event listener.
- CANCELLED - Enum constant in enum class net.minestom.server.command.ExecutableCommand.Result.Type
-
Command cancelled by an event listener.
- CANCELLED_DIGGING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
- canDestroy(Set<Block>) - Method in interface net.minestom.server.item.ItemMeta.Builder
- canDestroy(Block) - Method in interface net.minestom.server.item.ItemMeta
- canDestroy(Block...) - Method in interface net.minestom.server.item.ItemMeta.Builder
- CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- CANDLE - Static variable in interface net.minestom.server.item.Material
- CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- CANNOT_SEND_MESSAGE - Static variable in class net.minestom.server.message.Messenger
-
The message sent to the client if they send a chat message but it is rejected by the server.
- canPickupItem - Variable in class net.minestom.server.entity.LivingEntity
- canPickupItem() - Method in class net.minestom.server.entity.LivingEntity
-
Gets if the entity is able to pickup items.
- canPlaceBlockAt(Instance, Point, Block) - Static method in class net.minestom.server.collision.CollisionUtils
- canPlaceOn(Set<Block>) - Method in interface net.minestom.server.item.ItemMeta.Builder
- canPlaceOn(Block) - Method in interface net.minestom.server.item.ItemMeta
- canPlaceOn(Block...) - Method in interface net.minestom.server.item.ItemMeta.Builder
- canRead(int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- canReceiveCommand(Player) - Static method in class net.minestom.server.message.Messenger
-
Checks if the server should receive commands from a player, given their chat settings.
- canReceiveMessage(Player) - Static method in class net.minestom.server.message.Messenger
-
Checks if the server should receive messages from a player, given their chat settings.
- canRestock() - Method in class net.minestom.server.inventory.type.VillagerInventory
- canRestock() - Method in record class net.minestom.server.network.packet.server.play.TradeListPacket
-
Returns the value of the
canRestock
record component. - canTakeDamage() - Method in enum class net.minestom.server.entity.GameMode
- canUse(CommandSender, String) - Method in interface net.minestom.server.command.builder.condition.CommandCondition
-
Called when the sender permission needs to be checked.
- canWrite(int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- capabilities() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- capacity() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- carriedItem() - Method in record class net.minestom.server.network.packet.server.play.WindowItemsPacket
-
Returns the value of the
carriedItem
record component. - CARROT - Static variable in interface net.minestom.server.item.Material
- CARROT_ON_A_STICK - Static variable in interface net.minestom.server.item.Material
- CARROTS - Static variable in interface net.minestom.server.instance.block.Block
- CARTOGRAPHER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- CARTOGRAPHY - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CARTOGRAPHY_TABLE - Static variable in interface net.minestom.server.instance.block.Block
- CARTOGRAPHY_TABLE - Static variable in interface net.minestom.server.item.Material
- CARVED_PUMPKIN - Static variable in interface net.minestom.server.instance.block.Block
- CARVED_PUMPKIN - Static variable in interface net.minestom.server.item.Material
- castHandler(Object) - Method in interface net.minestom.server.event.EventFilter
- CAT - Static variable in interface net.minestom.server.entity.EntityType
- CAT_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CAT_VARIANT - Static variable in class net.minestom.server.network.NetworkBuffer
- category() - Method in record class net.minestom.server.network.packet.server.play.StatisticsPacket.Statistic
-
Returns the value of the
category
record component. - category() - Method in class net.minestom.server.world.biomes.Biome
- category(Biome.Category) - Method in class net.minestom.server.world.biomes.Biome.Builder
- CatMeta - Class in net.minestom.server.entity.metadata.animal.tameable
- CatMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- CatMeta.Variant - Enum Class in net.minestom.server.entity.metadata.animal.tameable
- CatVariant(CatMeta.Variant) - Static method in class net.minestom.server.entity.Metadata
- CAULDRON - Static variable in interface net.minestom.server.instance.block.Block
- CAULDRON - Static variable in interface net.minestom.server.item.Material
- CAVE_AIR - Static variable in interface net.minestom.server.instance.block.Block
- CAVE_SPIDER - Static variable in interface net.minestom.server.entity.EntityType
- CAVE_SPIDER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CAVE_VINES - Static variable in interface net.minestom.server.instance.block.Block
- CAVE_VINES_PLANT - Static variable in interface net.minestom.server.instance.block.Block
- CaveSpiderMeta - Class in net.minestom.server.entity.metadata.monster
- CaveSpiderMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.CaveSpiderMeta
- ceilingEnabled(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- ceilSection(int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- CHAIN - Static variable in interface net.minestom.server.instance.block.Block
- CHAIN - Static variable in interface net.minestom.server.item.Material
- CHAIN_COMMAND_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- CHAIN_COMMAND_BLOCK - Static variable in interface net.minestom.server.item.Material
- CHAINMAIL_BOOTS - Static variable in interface net.minestom.server.item.Material
- CHAINMAIL_CHESTPLATE - Static variable in interface net.minestom.server.item.Material
- CHAINMAIL_HELMET - Static variable in interface net.minestom.server.item.Material
- CHAINMAIL_LEGGINGS - Static variable in interface net.minestom.server.item.Material
- CHALLENGE - Enum constant in enum class net.minestom.server.advancements.FrameType
-
A spike in all 8 directions as the frame.
- CHANGE_GAME_STATE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CHANGE_GAMEMODE - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- CHANGE_HELD - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- ChangedSlot(short, ItemStack) - Constructor for record class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ChangedSlot
-
Creates an instance of a
ChangedSlot
record class. - ChangedSlot(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ChangedSlot
- changedSlots() - Method in record class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
-
Returns the value of the
changedSlots
record component. - ChangeGameStatePacket - Record Class in net.minestom.server.network.packet.server.play
- ChangeGameStatePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.ChangeGameStatePacket
- ChangeGameStatePacket(ChangeGameStatePacket.Reason, float) - Constructor for record class net.minestom.server.network.packet.server.play.ChangeGameStatePacket
-
Creates an instance of a
ChangeGameStatePacket
record class. - ChangeGameStatePacket.Reason - Enum Class in net.minestom.server.network.packet.server.play
- changeHeld(Player, int, int) - Method in class net.minestom.server.inventory.Inventory
- changeHeld(Player, int, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
-
Called when a
Player
held click in the inventory - changeHeld(Player, int, int) - Method in class net.minestom.server.inventory.PlayerInventory
- changeHeld(Player, AbstractInventory, int, int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- channel() - Method in record class net.minestom.server.network.packet.client.play.ClientPluginMessagePacket
-
Returns the value of the
channel
record component. - channel() - Method in record class net.minestom.server.network.packet.server.login.LoginPluginRequestPacket
-
Returns the value of the
channel
record component. - channel() - Method in record class net.minestom.server.network.packet.server.play.PluginMessagePacket
-
Returns the value of the
channel
record component. - CHANNELING - Static variable in interface net.minestom.server.item.Enchantment
- charAt(int) - Method in class net.minestom.server.utils.NamespaceID
- CHARCOAL - Static variable in interface net.minestom.server.item.Material
- charged(boolean) - Method in record class net.minestom.server.item.metadata.CrossbowMeta.Builder
- CHARGING_PLAYER - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- CHARSET - Static variable in class net.minestom.server.extras.query.Query
- Chat(Component) - Static method in class net.minestom.server.entity.Metadata
- CHAT - Enum constant in enum class net.minestom.server.message.ChatPosition
-
A player-initiated chat message.
- chatColors() - Method in record class net.minestom.server.network.packet.client.play.ClientSettingsPacket
-
Returns the value of the
chatColors
record component. - chatMessageListener(ClientChatMessagePacket, Player) - Static method in class net.minestom.server.listener.ChatMessageListener
- ChatMessageListener - Class in net.minestom.server.listener
- ChatMessageListener() - Constructor for class net.minestom.server.listener.ChatMessageListener
- chatMessageType() - Method in record class net.minestom.server.network.packet.client.play.ClientSettingsPacket
-
Returns the value of the
chatMessageType
record component. - ChatMessageType - Enum Class in net.minestom.server.message
-
The messages that a player is willing to receive.
- ChatPosition - Enum Class in net.minestom.server.message
-
The different positions for chat messages.
- chatRegistry() - Static method in class net.minestom.server.message.Messenger
- chatSession() - Method in record class net.minestom.server.network.packet.client.play.ClientChatSessionUpdatePacket
-
Returns the value of the
chatSession
record component. - chatSession() - Method in record class net.minestom.server.network.packet.server.play.PlayerInfoUpdatePacket.Entry
-
Returns the value of the
chatSession
record component. - ChatSession - Record Class in net.minestom.server.crypto
- ChatSession(UUID, PlayerPublicKey) - Constructor for record class net.minestom.server.crypto.ChatSession
-
Creates an instance of a
ChatSession
record class. - ChatSession(NetworkBuffer) - Constructor for record class net.minestom.server.crypto.ChatSession
- Check - Class in net.minestom.server.utils.validate
-
Convenient class to check for common exceptions.
- checkIntegrity(NetworkBuffer) - Static method in class net.minestom.server.extras.velocity.VelocityProxy
- CHEST - Enum constant in enum class net.minestom.server.item.attribute.AttributeSlot
- CHEST - Static variable in interface net.minestom.server.instance.block.Block
- CHEST - Static variable in interface net.minestom.server.item.Material
- CHEST_1_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_2_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_3_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_4_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_5_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_6_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_BOAT - Static variable in interface net.minestom.server.entity.EntityType
- CHEST_MINECART - Static variable in interface net.minestom.server.entity.EntityType
- CHEST_MINECART - Static variable in interface net.minestom.server.item.Material
- ChestedHorseMeta - Class in net.minestom.server.entity.metadata.animal
- ChestedHorseMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.ChestedHorseMeta
- ChestMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- ChestMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.ChestMinecartMeta
- CHESTNUT - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- CHESTPLATE - Enum constant in enum class net.minestom.server.entity.EquipmentSlot
- CHESTPLATE_SLOT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CHICKEN - Static variable in interface net.minestom.server.entity.EntityType
- CHICKEN - Static variable in interface net.minestom.server.item.Material
- CHICKEN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ChickenMeta - Class in net.minestom.server.entity.metadata.animal
- ChickenMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.ChickenMeta
- children - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- CHIPPED_ANVIL - Static variable in interface net.minestom.server.instance.block.Block
- CHIPPED_ANVIL - Static variable in interface net.minestom.server.item.Material
- CHISELED_DEEPSLATE - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_DEEPSLATE - Static variable in interface net.minestom.server.item.Material
- CHISELED_NETHER_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_NETHER_BRICKS - Static variable in interface net.minestom.server.item.Material
- CHISELED_POLISHED_BLACKSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_POLISHED_BLACKSTONE - Static variable in interface net.minestom.server.item.Material
- CHISELED_QUARTZ_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_QUARTZ_BLOCK - Static variable in interface net.minestom.server.item.Material
- CHISELED_RED_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_RED_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- CHISELED_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- CHISELED_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- CHORUS_FLOWER - Static variable in interface net.minestom.server.instance.block.Block
- CHORUS_FLOWER - Static variable in interface net.minestom.server.item.Material
- CHORUS_FLOWER_DIED - Enum constant in enum class net.minestom.server.effects.Effects
- CHORUS_FLOWER_GROWN - Enum constant in enum class net.minestom.server.effects.Effects
- CHORUS_FRUIT - Static variable in interface net.minestom.server.item.Material
- CHORUS_PLANT - Static variable in interface net.minestom.server.instance.block.Block
- CHORUS_PLANT - Static variable in interface net.minestom.server.item.Material
- chunk() - Method in interface net.minestom.server.snapshot.EntitySnapshot
- chunk() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Entity
- chunk() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Player
- chunk(int, int) - Method in interface net.minestom.server.snapshot.InstanceSnapshot
- chunk(int, int) - Method in record class net.minestom.server.snapshot.SnapshotImpl.Instance
- Chunk - Class in net.minestom.server.instance
-
A chunk is a part of an
Instance
, limited by a size of 16x256x16 blocks and subdivided in 16 sections of 16 blocks height. - Chunk(int, int, int, Section[], Int2ObjectOpenHashMap<Block>, int[], AtomicReference<InstanceSnapshot>, TagReadable) - Constructor for record class net.minestom.server.snapshot.SnapshotImpl.Chunk
-
Creates an instance of a
Chunk
record class. - Chunk(Instance, int, int, boolean) - Constructor for class net.minestom.server.instance.Chunk
- CHUNK_DATA - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CHUNK_SECTION_SIZE - Static variable in class net.minestom.server.instance.Chunk
- CHUNK_SIZE_X - Static variable in class net.minestom.server.instance.Chunk
- CHUNK_SIZE_Z - Static variable in class net.minestom.server.instance.Chunk
- chunkAt(Point) - Method in interface net.minestom.server.snapshot.InstanceSnapshot
- ChunkBatch - Class in net.minestom.server.instance.batch
-
A Batch used when all of the block changed are contained inside a single chunk.
- ChunkBatch() - Constructor for class net.minestom.server.instance.batch.ChunkBatch
- ChunkBatch(BatchOption) - Constructor for class net.minestom.server.instance.batch.ChunkBatch
- ChunkCache - Class in net.minestom.server.utils.chunk
- ChunkCache(Instance, Chunk) - Constructor for class net.minestom.server.utils.chunk.ChunkCache
- ChunkCache(Instance, Chunk, Block) - Constructor for class net.minestom.server.utils.chunk.ChunkCache
- ChunkCallback - Interface in net.minestom.server.utils.chunk
- chunkData() - Method in record class net.minestom.server.network.packet.server.play.ChunkDataPacket
-
Returns the value of the
chunkData
record component. - ChunkData - Record Class in net.minestom.server.network.packet.server.play.data
- ChunkData(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.data.ChunkData
- ChunkData(NBTCompound, byte[], Map<Integer, Block>) - Constructor for record class net.minestom.server.network.packet.server.play.data.ChunkData
-
Creates an instance of a
ChunkData
record class. - ChunkDataPacket - Record Class in net.minestom.server.network.packet.server.play
- ChunkDataPacket(int, int, ChunkData, LightData) - Constructor for record class net.minestom.server.network.packet.server.play.ChunkDataPacket
-
Creates an instance of a
ChunkDataPacket
record class. - ChunkDataPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.ChunkDataPacket
- chunkEntities(int, int, EntityTracker.Target<T>) - Method in interface net.minestom.server.instance.EntityTracker
- chunkEntities(Point, EntityTracker.Target<T>) - Method in interface net.minestom.server.instance.EntityTracker
- ChunkGenerator - Interface in net.minestom.server.instance
-
Deprecated.Replaced by
Generator
- ChunkPopulator - Interface in net.minestom.server.instance
-
Deprecated.
- chunks() - Method in interface net.minestom.server.snapshot.InstanceSnapshot
- chunks() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Instance
- chunkSectionPosition() - Method in record class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
-
Returns the value of the
chunkSectionPosition
record component. - chunksMap() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Instance
-
Returns the value of the
chunksMap
record component. - ChunkSnapshot - Interface in net.minestom.server.snapshot
- ChunkSupplier - Interface in net.minestom.server.utils.chunk
-
Used to customize which type of
Chunk
an implementation should use. - ChunkUpdateLimitChecker - Class in net.minestom.server.utils.chunk
- ChunkUpdateLimitChecker(int) - Constructor for class net.minestom.server.utils.chunk.ChunkUpdateLimitChecker
- ChunkUtils - Class in net.minestom.server.utils.chunk
- chunkX - Variable in class net.minestom.server.instance.Chunk
- chunkX() - Method in interface net.minestom.server.coordinate.Point
- chunkX() - Method in record class net.minestom.server.network.packet.server.play.ChunkDataPacket
-
Returns the value of the
chunkX
record component. - chunkX() - Method in record class net.minestom.server.network.packet.server.play.UnloadChunkPacket
-
Returns the value of the
chunkX
record component. - chunkX() - Method in record class net.minestom.server.network.packet.server.play.UpdateLightPacket
-
Returns the value of the
chunkX
record component. - chunkX() - Method in record class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
-
Returns the value of the
chunkX
record component. - chunkX() - Method in interface net.minestom.server.snapshot.ChunkSnapshot
- chunkX() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Chunk
-
Returns the value of the
chunkX
record component. - chunkX() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Entity
-
Returns the value of the
chunkX
record component. - chunkZ - Variable in class net.minestom.server.instance.Chunk
- chunkZ() - Method in interface net.minestom.server.coordinate.Point
- chunkZ() - Method in record class net.minestom.server.network.packet.server.play.ChunkDataPacket
-
Returns the value of the
chunkZ
record component. - chunkZ() - Method in record class net.minestom.server.network.packet.server.play.UnloadChunkPacket
-
Returns the value of the
chunkZ
record component. - chunkZ() - Method in record class net.minestom.server.network.packet.server.play.UpdateLightPacket
-
Returns the value of the
chunkZ
record component. - chunkZ() - Method in record class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
-
Returns the value of the
chunkZ
record component. - chunkZ() - Method in interface net.minestom.server.snapshot.ChunkSnapshot
- chunkZ() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Chunk
-
Returns the value of the
chunkZ
record component. - chunkZ() - Method in record class net.minestom.server.snapshot.SnapshotImpl.Entity
-
Returns the value of the
chunkZ
record component. - CIRCLING - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- clamp(double, double, double) - Static method in class net.minestom.server.utils.MathUtils
- clamp(float, float, float) - Static method in class net.minestom.server.utils.MathUtils
- clamp(int, int, int) - Static method in class net.minestom.server.utils.MathUtils
- CLAY - Enum constant in enum class net.minestom.server.map.MapColors
- CLAY - Static variable in interface net.minestom.server.instance.block.Block
- CLAY - Static variable in interface net.minestom.server.item.Material
- CLAY_BALL - Static variable in interface net.minestom.server.item.Material
- CLEAN_ARMOR - Static variable in interface net.minestom.server.statistic.StatisticType
- CLEAN_BANNER - Static variable in interface net.minestom.server.statistic.StatisticType
- CLEAN_SHULKER_BOX - Static variable in interface net.minestom.server.statistic.StatisticType
- clear() - Method in class net.minestom.server.command.builder.CommandContext
- clear() - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- clear() - Method in interface net.minestom.server.instance.batch.Batch
-
Removes all block data from this batch.
- clear() - Method in class net.minestom.server.instance.batch.ChunkBatch
- clear() - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
- clear() - Method in class net.minestom.server.instance.Section
- clear() - Method in class net.minestom.server.inventory.AbstractInventory
-
Clears the inventory and send relevant update to the viewer(s).
- clear() - Method in class net.minestom.server.inventory.Inventory
- clear() - Method in class net.minestom.server.inventory.PlayerInventory
- clear() - Method in class net.minestom.server.network.NetworkBuffer
- clear() - Method in class net.minestom.server.thread.AcquirableCollection
- clear() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- clear() - Method in record class net.minestom.server.utils.collection.MappedCollection
- clear() - Method in class net.minestom.server.utils.ObjectPool
- CLEAR_TITLES - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- clearCache(Player) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- clearEffects() - Method in class net.minestom.server.entity.Entity
-
Removes all the effects currently applied to the entity.
- clearEnchantment() - Method in interface net.minestom.server.item.ItemMeta.Builder
- clearEntries() - Method in class net.minestom.server.ping.ResponseData
-
Clears the entries.
- clearHistory() - Method in class net.minestom.server.utils.chunk.ChunkUpdateLimitChecker
- clearPlayers() - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- clearTitle() - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- clearTitle() - Method in class net.minestom.server.entity.Player
- ClearTitlesPacket - Record Class in net.minestom.server.network.packet.server.play
- ClearTitlesPacket(boolean) - Constructor for record class net.minestom.server.network.packet.server.play.ClearTitlesPacket
-
Creates an instance of a
ClearTitlesPacket
record class. - ClearTitlesPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.ClearTitlesPacket
- CLERIC - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- clickedItem() - Method in record class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
-
Returns the value of the
clickedItem
record component. - clickProcessor - Variable in class net.minestom.server.inventory.AbstractInventory
- clickType() - Method in record class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
-
Returns the value of the
clickType
record component. - ClickType - Enum Class in net.minestom.server.inventory.click
- clickWindow(boolean, short, byte, ClientClickWindowPacket.ClickType) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Simulates a click in a window.
- clickWindowListener(ClientClickWindowPacket, Player) - Static method in class net.minestom.server.listener.WindowListener
- client(long) - Static method in class net.minestom.server.utils.time.Tick
-
Creates a duration from an amount of client-side ticks.
- CLIENT_TICK - Static variable in class net.minestom.server.utils.time.TimeUnit
- CLIENT_TICK_MS - Static variable in class net.minestom.server.utils.TickUtils
-
Length of time per tick for the default Java-edition client.
- CLIENT_TICKS - Static variable in class net.minestom.server.utils.time.Tick
-
A TemporalUnit representing the client tick.
- CLIENT_TPS - Static variable in class net.minestom.server.utils.TickUtils
-
Number of ticks per second for the default Java-edition client.
- ClientAdvancementTabPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientAdvancementTabPacket(AdvancementAction, String) - Constructor for record class net.minestom.server.network.packet.client.play.ClientAdvancementTabPacket
-
Creates an instance of a
ClientAdvancementTabPacket
record class. - ClientAdvancementTabPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientAdvancementTabPacket
- ClientAnimationPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientAnimationPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientAnimationPacket
- ClientAnimationPacket(Player.Hand) - Constructor for record class net.minestom.server.network.packet.client.play.ClientAnimationPacket
-
Creates an instance of a
ClientAnimationPacket
record class. - ClientChatAckPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientChatAckPacket(int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientChatAckPacket
-
Creates an instance of a
ClientChatAckPacket
record class. - ClientChatAckPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientChatAckPacket
- ClientChatMessagePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientChatMessagePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientChatMessagePacket
- ClientChatMessagePacket(String, long, long, byte[], int, BitSet) - Constructor for record class net.minestom.server.network.packet.client.play.ClientChatMessagePacket
-
Creates an instance of a
ClientChatMessagePacket
record class. - ClientChatSessionUpdatePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientChatSessionUpdatePacket(ChatSession) - Constructor for record class net.minestom.server.network.packet.client.play.ClientChatSessionUpdatePacket
-
Creates an instance of a
ClientChatSessionUpdatePacket
record class. - ClientChatSessionUpdatePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientChatSessionUpdatePacket
- ClientClickWindowButtonPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientClickWindowButtonPacket(byte, byte) - Constructor for record class net.minestom.server.network.packet.client.play.ClientClickWindowButtonPacket
-
Creates an instance of a
ClientClickWindowButtonPacket
record class. - ClientClickWindowButtonPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientClickWindowButtonPacket
- ClientClickWindowPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientClickWindowPacket(byte, int, short, byte, ClientClickWindowPacket.ClickType, List<ClientClickWindowPacket.ChangedSlot>, ItemStack) - Constructor for record class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
-
Creates an instance of a
ClientClickWindowPacket
record class. - ClientClickWindowPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- ClientClickWindowPacket.ChangedSlot - Record Class in net.minestom.server.network.packet.client.play
- ClientClickWindowPacket.ClickType - Enum Class in net.minestom.server.network.packet.client.play
- ClientCloseWindowPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientCloseWindowPacket(byte) - Constructor for record class net.minestom.server.network.packet.client.play.ClientCloseWindowPacket
-
Creates an instance of a
ClientCloseWindowPacket
record class. - ClientCloseWindowPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientCloseWindowPacket
- ClientCommandChatPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientCommandChatPacket(String, long, long, ArgumentSignatures, LastSeenMessages.Update) - Constructor for record class net.minestom.server.network.packet.client.play.ClientCommandChatPacket
-
Creates an instance of a
ClientCommandChatPacket
record class. - ClientCommandChatPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientCommandChatPacket
- ClientCraftRecipeRequest - Record Class in net.minestom.server.network.packet.client.play
- ClientCraftRecipeRequest(byte, String, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientCraftRecipeRequest
-
Creates an instance of a
ClientCraftRecipeRequest
record class. - ClientCraftRecipeRequest(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientCraftRecipeRequest
- ClientCreativeInventoryActionPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientCreativeInventoryActionPacket(short, ItemStack) - Constructor for record class net.minestom.server.network.packet.client.play.ClientCreativeInventoryActionPacket
-
Creates an instance of a
ClientCreativeInventoryActionPacket
record class. - ClientCreativeInventoryActionPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientCreativeInventoryActionPacket
- ClientEditBookPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientEditBookPacket(int, List<String>, String) - Constructor for record class net.minestom.server.network.packet.client.play.ClientEditBookPacket
-
Creates an instance of a
ClientEditBookPacket
record class. - ClientEditBookPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientEditBookPacket
- ClientEntityActionPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientEntityActionPacket(int, ClientEntityActionPacket.Action, int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
-
Creates an instance of a
ClientEntityActionPacket
record class. - ClientEntityActionPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
- ClientEntityActionPacket.Action - Enum Class in net.minestom.server.network.packet.client.play
- ClientGenerateStructurePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientGenerateStructurePacket(Point, int, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
-
Creates an instance of a
ClientGenerateStructurePacket
record class. - ClientGenerateStructurePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
- ClientHeldItemChangePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientHeldItemChangePacket(short) - Constructor for record class net.minestom.server.network.packet.client.play.ClientHeldItemChangePacket
-
Creates an instance of a
ClientHeldItemChangePacket
record class. - ClientHeldItemChangePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientHeldItemChangePacket
- ClientInteractEntityPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientInteractEntityPacket(int, ClientInteractEntityPacket.Type, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
-
Creates an instance of a
ClientInteractEntityPacket
record class. - ClientInteractEntityPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- ClientInteractEntityPacket.Attack - Record Class in net.minestom.server.network.packet.client.play
- ClientInteractEntityPacket.Interact - Record Class in net.minestom.server.network.packet.client.play
- ClientInteractEntityPacket.InteractAt - Record Class in net.minestom.server.network.packet.client.play
- ClientInteractEntityPacket.Type - Interface in net.minestom.server.network.packet.client.play
- ClientKeepAlivePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientKeepAlivePacket(long) - Constructor for record class net.minestom.server.network.packet.client.play.ClientKeepAlivePacket
-
Creates an instance of a
ClientKeepAlivePacket
record class. - ClientKeepAlivePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientKeepAlivePacket
- ClientNameItemPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientNameItemPacket(String) - Constructor for record class net.minestom.server.network.packet.client.play.ClientNameItemPacket
-
Creates an instance of a
ClientNameItemPacket
record class. - ClientNameItemPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientNameItemPacket
- ClientPacket - Interface in net.minestom.server.network.packet.client
-
Represents a packet received from a client.
- ClientPacketsHandler - Class in net.minestom.server.network.packet.client
-
Contains registered packets and a way to instantiate them.
- ClientPacketsHandler.Login - Class in net.minestom.server.network.packet.client
- ClientPacketsHandler.Play - Class in net.minestom.server.network.packet.client
- ClientPacketsHandler.Status - Class in net.minestom.server.network.packet.client
- ClientPickItemPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPickItemPacket(int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPickItemPacket
-
Creates an instance of a
ClientPickItemPacket
record class. - ClientPickItemPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPickItemPacket
- ClientPingServerEvent - Class in net.minestom.server.event.server
-
Called when a
PlayerConnection
sends a ping packet, usually after the status packet. - ClientPingServerEvent(PlayerConnection, long) - Constructor for class net.minestom.server.event.server.ClientPingServerEvent
-
Creates a new client ping server event with 0 delay
- ClientPingServerEvent(PlayerConnection, long, Duration) - Constructor for class net.minestom.server.event.server.ClientPingServerEvent
-
Creates a new client ping server event with 0 delay
- ClientPlayerAbilitiesPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPlayerAbilitiesPacket(byte) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerAbilitiesPacket
-
Creates an instance of a
ClientPlayerAbilitiesPacket
record class. - ClientPlayerAbilitiesPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerAbilitiesPacket
- ClientPlayerBlockPlacementPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPlayerBlockPlacementPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- ClientPlayerBlockPlacementPacket(Player.Hand, Point, BlockFace, float, float, float, boolean, int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
-
Creates an instance of a
ClientPlayerBlockPlacementPacket
record class. - ClientPlayerDiggingPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPlayerDiggingPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
- ClientPlayerDiggingPacket(ClientPlayerDiggingPacket.Status, Point, BlockFace, int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
-
Creates an instance of a
ClientPlayerDiggingPacket
record class. - ClientPlayerDiggingPacket.Status - Enum Class in net.minestom.server.network.packet.client.play
- ClientPlayerPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPlayerPacket(boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerPacket
-
Creates an instance of a
ClientPlayerPacket
record class. - ClientPlayerPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerPacket
- ClientPlayerPositionAndRotationPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPlayerPositionAndRotationPacket(Pos, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
-
Creates an instance of a
ClientPlayerPositionAndRotationPacket
record class. - ClientPlayerPositionAndRotationPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- ClientPlayerPositionPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPlayerPositionPacket(Point, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
-
Creates an instance of a
ClientPlayerPositionPacket
record class. - ClientPlayerPositionPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
- ClientPlayerRotationPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPlayerRotationPacket(float, float, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerRotationPacket
-
Creates an instance of a
ClientPlayerRotationPacket
record class. - ClientPlayerRotationPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPlayerRotationPacket
- ClientPluginMessagePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPluginMessagePacket(String, byte[]) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPluginMessagePacket
-
Creates an instance of a
ClientPluginMessagePacket
record class. - ClientPluginMessagePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPluginMessagePacket
- ClientPongPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientPongPacket(int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPongPacket
-
Creates an instance of a
ClientPongPacket
record class. - ClientPongPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientPongPacket
- ClientPreplayPacket - Interface in net.minestom.server.network.packet.client
- ClientQueryBlockNbtPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientQueryBlockNbtPacket(int, Point) - Constructor for record class net.minestom.server.network.packet.client.play.ClientQueryBlockNbtPacket
-
Creates an instance of a
ClientQueryBlockNbtPacket
record class. - ClientQueryBlockNbtPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientQueryBlockNbtPacket
- ClientQueryEntityNbtPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientQueryEntityNbtPacket(int, int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientQueryEntityNbtPacket
-
Creates an instance of a
ClientQueryEntityNbtPacket
record class. - ClientQueryEntityNbtPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientQueryEntityNbtPacket
- ClientResourcePackStatusPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientResourcePackStatusPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientResourcePackStatusPacket
- ClientResourcePackStatusPacket(ResourcePackStatus) - Constructor for record class net.minestom.server.network.packet.client.play.ClientResourcePackStatusPacket
-
Creates an instance of a
ClientResourcePackStatusPacket
record class. - ClientSelectTradePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientSelectTradePacket(int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSelectTradePacket
-
Creates an instance of a
ClientSelectTradePacket
record class. - ClientSelectTradePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSelectTradePacket
- ClientSetBeaconEffectPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientSetBeaconEffectPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSetBeaconEffectPacket
- ClientSetBeaconEffectPacket(PotionType, PotionType) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSetBeaconEffectPacket
-
Creates an instance of a
ClientSetBeaconEffectPacket
record class. - ClientSetDisplayedRecipePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientSetDisplayedRecipePacket(String) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSetDisplayedRecipePacket
-
Creates an instance of a
ClientSetDisplayedRecipePacket
record class. - ClientSetDisplayedRecipePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSetDisplayedRecipePacket
- ClientSetRecipeBookStatePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientSetRecipeBookStatePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
- ClientSetRecipeBookStatePacket(ClientSetRecipeBookStatePacket.BookType, boolean, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
-
Creates an instance of a
ClientSetRecipeBookStatePacket
record class. - ClientSetRecipeBookStatePacket.BookType - Enum Class in net.minestom.server.network.packet.client.play
- ClientSettingsPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientSettingsPacket(String, byte, ChatMessageType, boolean, byte, Player.MainHand, boolean, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSettingsPacket
-
Creates an instance of a
ClientSettingsPacket
record class. - ClientSettingsPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- ClientSpectatePacket - Record Class in net.minestom.server.network.packet.client.play
-
The ClientSpectatePacket is sent when the client interacts with their hotbar to switch between entities.
- ClientSpectatePacket(UUID) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSpectatePacket
-
Creates an instance of a
ClientSpectatePacket
record class. - ClientSpectatePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSpectatePacket
- ClientStatusPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientStatusPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientStatusPacket
- ClientStatusPacket(ClientStatusPacket.Action) - Constructor for record class net.minestom.server.network.packet.client.play.ClientStatusPacket
-
Creates an instance of a
ClientStatusPacket
record class. - ClientStatusPacket.Action - Enum Class in net.minestom.server.network.packet.client.play
- ClientSteerBoatPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientSteerBoatPacket(boolean, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSteerBoatPacket
-
Creates an instance of a
ClientSteerBoatPacket
record class. - ClientSteerBoatPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSteerBoatPacket
- ClientSteerVehiclePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientSteerVehiclePacket(float, float, byte) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSteerVehiclePacket
-
Creates an instance of a
ClientSteerVehiclePacket
record class. - ClientSteerVehiclePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientSteerVehiclePacket
- ClientTabCompletePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientTabCompletePacket(int, String) - Constructor for record class net.minestom.server.network.packet.client.play.ClientTabCompletePacket
-
Creates an instance of a
ClientTabCompletePacket
record class. - ClientTabCompletePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientTabCompletePacket
- ClientTeleportConfirmPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientTeleportConfirmPacket(int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientTeleportConfirmPacket
-
Creates an instance of a
ClientTeleportConfirmPacket
record class. - ClientTeleportConfirmPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientTeleportConfirmPacket
- ClientUpdateCommandBlockMinecartPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientUpdateCommandBlockMinecartPacket(int, String, boolean) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
-
Creates an instance of a
ClientUpdateCommandBlockMinecartPacket
record class. - ClientUpdateCommandBlockMinecartPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
- ClientUpdateCommandBlockPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientUpdateCommandBlockPacket(Point, String, ClientUpdateCommandBlockPacket.Mode, byte) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
-
Creates an instance of a
ClientUpdateCommandBlockPacket
record class. - ClientUpdateCommandBlockPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
- ClientUpdateCommandBlockPacket.Mode - Enum Class in net.minestom.server.network.packet.client.play
- ClientUpdateSignPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientUpdateSignPacket(Point, List<String>) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
-
Creates an instance of a
ClientUpdateSignPacket
record class. - ClientUpdateSignPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- ClientUpdateStructureBlockPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientUpdateStructureBlockPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- ClientUpdateStructureBlockPacket(Point, ClientUpdateStructureBlockPacket.Action, ClientUpdateStructureBlockPacket.Mode, String, Point, Point, ClientUpdateStructureBlockPacket.Mirror, Rotation, String, float, long, byte) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
-
Creates an instance of a
ClientUpdateStructureBlockPacket
record class. - ClientUpdateStructureBlockPacket.Action - Enum Class in net.minestom.server.network.packet.client.play
-
Update action,
UPDATE_DATA
indicates nothing special. - ClientUpdateStructureBlockPacket.Mirror - Enum Class in net.minestom.server.network.packet.client.play
- ClientUpdateStructureBlockPacket.Mode - Enum Class in net.minestom.server.network.packet.client.play
- ClientUseItemPacket - Record Class in net.minestom.server.network.packet.client.play
- ClientUseItemPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUseItemPacket
- ClientUseItemPacket(Player.Hand, int) - Constructor for record class net.minestom.server.network.packet.client.play.ClientUseItemPacket
-
Creates an instance of a
ClientUseItemPacket
record class. - ClientVehicleMovePacket - Record Class in net.minestom.server.network.packet.client.play
- ClientVehicleMovePacket(Pos) - Constructor for record class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
-
Creates an instance of a
ClientVehicleMovePacket
record class. - ClientVehicleMovePacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- CLIMB_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- CLOCK - Static variable in interface net.minestom.server.item.Material
- CLOCKWISE - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated clockwise by 90 degrees
- CLOCKWISE_135 - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated clockwise by 135 degrees
- CLOCKWISE_45 - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated clockwise by 45 degrees
- clone() - Method in interface net.minestom.server.instance.palette.Palette
- clone() - Method in class net.minestom.server.instance.Section
- CLONE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
- close() - Static method in class net.minestom.server.extras.lan.OpenToLAN
-
Closes the server to LAN.
- close() - Method in class net.minestom.server.terminal.MinestomConsoleWriter
- close() - Method in class net.minestom.server.utils.ObjectPool.Holder
- CLOSE_WINDOW - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CLOSED_SCREEN - Enum constant in enum class net.minestom.server.advancements.AdvancementAction
- closeInventory() - Method in class net.minestom.server.entity.Player
-
Closes the current inventory if there is any.
- closestColor(int) - Static method in enum class net.minestom.server.map.MapColors
- ClosestEntityTarget - Class in net.minestom.server.entity.ai.target
-
Target the closest targetable entity (based on the target predicate)
- ClosestEntityTarget(EntityCreature, double, Predicate<Entity>) - Constructor for class net.minestom.server.entity.ai.target.ClosestEntityTarget
- ClosestEntityTarget(EntityCreature, float, Class<? extends LivingEntity>...) - Constructor for class net.minestom.server.entity.ai.target.ClosestEntityTarget
-
Deprecated.
- closeWindow() - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Closes the current opened inventory if there is any.
- closeWindowListener(ClientCloseWindowPacket, Player) - Static method in class net.minestom.server.listener.WindowListener
- CloseWindowPacket - Record Class in net.minestom.server.network.packet.server.play
- CloseWindowPacket(byte) - Constructor for record class net.minestom.server.network.packet.server.play.CloseWindowPacket
-
Creates an instance of a
CloseWindowPacket
record class. - CloseWindowPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.CloseWindowPacket
- CLOUD - Static variable in interface net.minestom.server.particle.Particle
- COAL - Static variable in interface net.minestom.server.item.Material
- COAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- COAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- COAL_ORE - Static variable in interface net.minestom.server.instance.block.Block
- COAL_ORE - Static variable in interface net.minestom.server.item.Material
- COARSE_DIRT - Static variable in interface net.minestom.server.instance.block.Block
- COARSE_DIRT - Static variable in interface net.minestom.server.item.Material
- COBBLED_DEEPSLATE - Static variable in interface net.minestom.server.instance.block.Block
- COBBLED_DEEPSLATE - Static variable in interface net.minestom.server.item.Material
- COBBLED_DEEPSLATE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- COBBLED_DEEPSLATE_SLAB - Static variable in interface net.minestom.server.item.Material
- COBBLED_DEEPSLATE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- COBBLED_DEEPSLATE_STAIRS - Static variable in interface net.minestom.server.item.Material
- COBBLED_DEEPSLATE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- COBBLED_DEEPSLATE_WALL - Static variable in interface net.minestom.server.item.Material
- COBBLESTONE - Static variable in interface net.minestom.server.instance.block.Block
- COBBLESTONE - Static variable in interface net.minestom.server.item.Material
- COBBLESTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- COBBLESTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- COBBLESTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- COBBLESTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- COBBLESTONE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- COBBLESTONE_WALL - Static variable in interface net.minestom.server.item.Material
- COBWEB - Static variable in interface net.minestom.server.instance.block.Block
- COBWEB - Static variable in interface net.minestom.server.item.Material
- COCOA - Static variable in interface net.minestom.server.instance.block.Block
- COCOA_BEANS - Static variable in interface net.minestom.server.item.Material
- COD - Static variable in interface net.minestom.server.entity.EntityType
- COD - Static variable in interface net.minestom.server.item.Material
- COD_BUCKET - Static variable in interface net.minestom.server.item.Material
- COD_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CodMeta - Class in net.minestom.server.entity.metadata.water.fish
- CodMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.fish.CodMeta
- COLD - Enum constant in enum class net.minestom.server.entity.metadata.animal.FrogMeta.Variant
- COLLECT_ITEM - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- collectedEntityId() - Method in record class net.minestom.server.network.packet.server.play.CollectItemPacket
-
Returns the value of the
collectedEntityId
record component. - CollectItemPacket - Record Class in net.minestom.server.network.packet.server.play
- CollectItemPacket(int, int, int) - Constructor for record class net.minestom.server.network.packet.server.play.CollectItemPacket
-
Creates an instance of a
CollectItemPacket
record class. - CollectItemPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.CollectItemPacket
- collectorEntityId() - Method in record class net.minestom.server.network.packet.server.play.CollectItemPacket
-
Returns the value of the
collectorEntityId
record component. - collidedBlockY() - Method in record class net.minestom.server.collision.PhysicsResult
-
Returns the value of the
collidedBlockY
record component. - collisionRule() - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket.CreateTeamAction
-
Returns the value of the
collisionRule
record component. - collisionRule() - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket.UpdateTeamAction
-
Returns the value of the
collisionRule
record component. - collisionRule(TeamsPacket.CollisionRule) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the
TeamsPacket.CollisionRule
of theTeam
without an update packet. - collisionShape() - Method in class net.minestom.server.registry.Registry.BlockEntry
- CollisionUtils - Class in net.minestom.server.collision
- CollisionUtils() - Constructor for class net.minestom.server.collision.CollisionUtils
- collisionX() - Method in record class net.minestom.server.collision.PhysicsResult
-
Returns the value of the
collisionX
record component. - collisionY() - Method in record class net.minestom.server.collision.PhysicsResult
-
Returns the value of the
collisionY
record component. - collisionZ() - Method in record class net.minestom.server.collision.PhysicsResult
-
Returns the value of the
collisionZ
record component. - color() - Method in enum class net.minestom.server.color.DyeColor
- color() - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket.AddAction
-
Returns the value of the
color
record component. - color() - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket.UpdateStyleAction
-
Returns the value of the
color
record component. - color() - Method in record class net.minestom.server.registry.Registry.PotionEffectEntry
-
Returns the value of the
color
record component. - color(Color) - Method in record class net.minestom.server.item.metadata.PotionMeta.Builder
- color(Color) - Method in record class net.minestom.server.item.metadata.LeatherArmorMeta.Builder
- Color - Record Class in net.minestom.server.color
-
A general purpose class for representing colors.
- Color(int) - Constructor for record class net.minestom.server.color.Color
-
Creates a color from an integer.
- Color(int, int, int) - Constructor for record class net.minestom.server.color.Color
-
Creates an instance of a
Color
record class. - Color(RGBLike) - Constructor for record class net.minestom.server.color.Color
-
Creates a color from an RGB-like color.
- Color(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- COLOR_BLACK - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_BLUE - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_BROWN - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_CYAN - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_GRAY - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_GREEN - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_LIGHT_BLUE - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_LIGHT_GRAY - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_LIGHT_GREEN - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_MAGENTA - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_ORANGE - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_PINK - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_PURPLE - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_RED - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_YELLOW - Enum constant in enum class net.minestom.server.map.MapColors
- colorContent() - Method in record class net.minestom.server.network.packet.server.play.MapDataPacket
-
Returns the value of the
colorContent
record component. - ColorContent(byte, byte, byte, byte, byte[]) - Constructor for record class net.minestom.server.network.packet.server.play.MapDataPacket.ColorContent
-
Creates an instance of a
ColorContent
record class. - ColorContent(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.MapDataPacket.ColorContent
- colors() - Method in record class net.minestom.server.item.firework.FireworkEffect
-
Returns the value of the
colors
record component. - columnarSpace - Variable in class net.minestom.server.instance.Chunk
- columnarSpaceAt(int, int) - Method in class net.minestom.server.entity.pathfinding.PFInstanceSpace
- columns() - Method in record class net.minestom.server.network.packet.server.play.MapDataPacket.ColorContent
-
Returns the value of the
columns
record component. - CombinedAttackGoal - Class in net.minestom.server.entity.ai.goal
-
Allows entity to perform both melee and ranged attacks.
- CombinedAttackGoal(EntityCreature, int, int, double, double, int, TemporalUnit, int, boolean) - Constructor for class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- CombinedAttackGoal(EntityCreature, int, int, double, double, Duration, int, boolean) - Constructor for class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- CombinedAttackGoal(EntityCreature, int, int, TemporalUnit, int, double, double, int, TemporalUnit, int, boolean) - Constructor for class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- CombinedAttackGoal(EntityCreature, int, Duration, int, double, double, Duration, int, boolean) - Constructor for class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- command() - Method in record class net.minestom.server.command.builder.parser.CommandQueryResult
-
Returns the value of the
command
record component. - command() - Method in record class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
-
Returns the value of the
command
record component. - command() - Method in record class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
-
Returns the value of the
command
record component. - command() - Method in interface net.minestom.server.ServerProcess
-
Handles registered commands.
- Command - Class in net.minestom.server.command.builder
-
Represents a command which has suggestion/auto-completion.
- Command(String) - Constructor for class net.minestom.server.command.builder.Command
-
Creates a
Command
with a name and no alias. - Command(String, String...) - Constructor for class net.minestom.server.command.builder.Command
-
Creates a
Command
with a name and one or multiple aliases. - Command(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- COMMAND_ARGUMENTS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- COMMAND_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- COMMAND_BLOCK - Static variable in interface net.minestom.server.item.Material
- COMMAND_BLOCK_MINECART - Static variable in interface net.minestom.server.entity.EntityType
- COMMAND_BLOCK_MINECART - Static variable in interface net.minestom.server.item.Material
- COMMAND_PREFIX - Static variable in class net.minestom.server.command.CommandManager
- CommandBlockMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- CommandBlockMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- CommandCallback - Interface in net.minestom.server.utils.callback
-
Functional interface used by the
CommandManager
to execute a callback if an unknown command is run. - commandChatListener(ClientCommandChatPacket, Player) - Static method in class net.minestom.server.listener.ChatMessageListener
- CommandCondition - Interface in net.minestom.server.command.builder.condition
-
Used to know if the
CommandSender
is allowed to run the command or a specific syntax. - CommandContext - Class in net.minestom.server.command.builder
-
Class used to retrieve argument data in a
CommandExecutor
. - CommandContext(String) - Constructor for class net.minestom.server.command.builder.CommandContext
- commandData - Variable in class net.minestom.server.command.builder.CommandResult
- commandData() - Method in interface net.minestom.server.command.ExecutableCommand.Result
- CommandData - Class in net.minestom.server.command.builder
- CommandData() - Constructor for class net.minestom.server.command.builder.CommandData
- CommandDispatcher - Class in net.minestom.server.command.builder
-
Class responsible for parsing
Command
. - CommandDispatcher() - Constructor for class net.minestom.server.command.builder.CommandDispatcher
- CommandDispatcher(CommandManager) - Constructor for class net.minestom.server.command.builder.CommandDispatcher
- CommandExecutor - Interface in net.minestom.server.command.builder
-
Callback executed once a syntax has been found for a
Command
. - commandExists(String) - Method in class net.minestom.server.command.CommandManager
-
Gets if a command with the name
commandName
already exists or not. - CommandManager - Class in net.minestom.server.command
-
Manager used to register
commands
. - CommandManager() - Constructor for class net.minestom.server.command.CommandManager
- commandName() - Method in record class net.minestom.server.command.builder.parser.CommandQueryResult
-
Returns the value of the
commandName
record component. - CommandParser - Class in net.minestom.server.command.builder.parser
-
Class used to parse complete command inputs.
- CommandParser - Interface in net.minestom.server.command
- CommandParser() - Constructor for class net.minestom.server.command.builder.parser.CommandParser
- CommandParser.Result - Interface in net.minestom.server.command
- CommandParser.Result.KnownCommand - Interface in net.minestom.server.command
- CommandParser.Result.KnownCommand.Invalid - Interface in net.minestom.server.command
- CommandParser.Result.KnownCommand.Valid - Interface in net.minestom.server.command
- CommandParser.Result.UnknownCommand - Interface in net.minestom.server.command
- CommandQueryResult - Record Class in net.minestom.server.command.builder.parser
- CommandQueryResult(List<Command>, Command, String, String[]) - Constructor for record class net.minestom.server.command.builder.parser.CommandQueryResult
-
Creates an instance of a
CommandQueryResult
record class. - CommandResult - Class in net.minestom.server.command.builder
- CommandResult() - Constructor for class net.minestom.server.command.builder.CommandResult
- CommandResult.Type - Enum Class in net.minestom.server.command.builder
- CommandSender - Interface in net.minestom.server.command
-
Represents something which can send commands to the server.
- commandString() - Method in record class net.minestom.server.command.builder.parser.ValidSyntaxHolder
-
Returns the value of the
commandString
record component. - CommandSuggestionHolder - Record Class in net.minestom.server.command.builder.parser
-
Holds the data of an invalidated syntax.
- CommandSuggestionHolder(CommandSyntax, ArgumentSyntaxException, int) - Constructor for record class net.minestom.server.command.builder.parser.CommandSuggestionHolder
-
Creates an instance of a
CommandSuggestionHolder
record class. - CommandSyntax - Class in net.minestom.server.command.builder
-
Represents a syntax in
Command
which is initialized withCommand.addSyntax(CommandExecutor, Argument[])
. - CommandSyntax(CommandCondition, CommandExecutor, Argument<?>...) - Constructor for class net.minestom.server.command.builder.CommandSyntax
- CommandSyntax(CommandCondition, CommandExecutor, Map<String, Supplier<Object>>, Argument<?>...) - Constructor for class net.minestom.server.command.builder.CommandSyntax
- commit() - Static method in class net.minestom.server.Git
- comparator - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- COMPARATOR - Static variable in interface net.minestom.server.instance.block.Block
- COMPARATOR - Static variable in interface net.minestom.server.item.Material
- compare(Block) - Method in interface net.minestom.server.instance.block.Block
- compare(Block, Block.Comparator) - Method in interface net.minestom.server.instance.block.Block
- COMPASS - Static variable in interface net.minestom.server.item.Material
- CompassMeta - Record Class in net.minestom.server.item.metadata
- CompassMeta(TagReadable) - Constructor for record class net.minestom.server.item.metadata.CompassMeta
-
Creates an instance of a
CompassMeta
record class. - CompassMeta.Builder - Record Class in net.minestom.server.item.metadata
- Component(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- Component(String) - Static method in class net.minestom.server.tag.Tag
- COMPONENT - Static variable in class net.minestom.server.network.NetworkBuffer
- ComponentHolder<T> - Interface in net.minestom.server.adventure
-
Represents an object that holds some amount of components.
- ComponentHoldingServerPacket - Interface in net.minestom.server.network.packet.server
-
A server packet that can hold components.
- components() - Method in interface net.minestom.server.adventure.ComponentHolder
-
Gets the components held by this object.
- components() - Method in record class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.ActionBarPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- components() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
- components() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- components() - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket.AddAction
- components() - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket.UpdateTitleAction
- components() - Method in record class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.DisconnectPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.OpenWindowPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.PlayerChatMessagePacket
- components() - Method in record class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
- components() - Method in record class net.minestom.server.network.packet.server.play.SetSlotPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.SetTitleSubTitlePacket
- components() - Method in record class net.minestom.server.network.packet.server.play.SetTitleTextPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.SystemChatPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.TabCompletePacket
- components() - Method in record class net.minestom.server.network.packet.server.play.TabCompletePacket.Match
- components() - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket
- components() - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket.CreateTeamAction
- components() - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket.UpdateTeamAction
- components() - Method in record class net.minestom.server.network.packet.server.play.WindowItemsPacket
- COMPOSTER - Static variable in interface net.minestom.server.instance.block.Block
- COMPOSTER - Static variable in interface net.minestom.server.item.Material
- COMPOSTER - Static variable in interface net.minestom.server.particle.Particle
- COMPOSTER_COMPOSTS - Enum constant in enum class net.minestom.server.effects.Effects
- COMPOUND - Static variable in interface net.minestom.server.tag.TagSerializer
- concatenateIntArrays(int[]...) - Static method in class net.minestom.server.utils.ArrayUtils
- concurrent() - Static method in interface net.minestom.server.utils.collection.ObjectArray
- concurrent(int) - Static method in interface net.minestom.server.utils.collection.ObjectArray
- Conditions - Class in net.minestom.server.command.builder.condition
-
Common command conditions
- Conditions() - Constructor for class net.minestom.server.command.builder.condition.Conditions
- CONDUIT - Static variable in interface net.minestom.server.instance.block.Block
- CONDUIT - Static variable in interface net.minestom.server.item.Material
- CONDUIT_POWER - Static variable in interface net.minestom.server.potion.PotionEffect
- connection() - Method in interface net.minestom.server.ServerProcess
-
Handles incoming connections/players.
- CONNECTION_MANAGER - Static variable in interface net.minestom.server.network.packet.client.ClientPreplayPacket
- ConnectionManager - Class in net.minestom.server.network
-
Manages the connected clients.
- ConnectionManager() - Constructor for class net.minestom.server.network.ConnectionManager
- ConnectionState - Enum Class in net.minestom.server.network
-
Represents the current connection state of a
PlayerConnection
. - console() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets the console as an audience.
- console() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets the console as an audience.
- consoleOnly(CommandSender, String) - Static method in class net.minestom.server.command.builder.condition.Conditions
- ConsoleSender - Class in net.minestom.server.command
-
Represents the console when sending a command to the server.
- ConsoleSender() - Constructor for class net.minestom.server.command.ConsoleSender
- consume(int) - Method in interface net.minestom.server.item.ItemStack
- consumeBlock(boolean) - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
-
Should the block be consumed if not cancelled.
- consumeCache(BinaryBuffer) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- consumeEntity(Consumer<Entity>) - Method in class net.minestom.server.entity.metadata.EntityMeta
- consumePacket(ServerPacket) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Makes the player receives a packet WARNING: pretty much unsafe, used internally to redirect packets here, you should instead use
PlayerConnection.sendPacket(SendablePacket)
- consumer(Class<? extends Event>) - Method in interface net.minestom.server.event.EventBinding
- Container(Registry.Resource, Map<String, T>, ObjectArray<T>) - Constructor for record class net.minestom.server.registry.Registry.Container
-
Creates an instance of a
Container
record class. - CONTAINER - Static variable in class net.minestom.server.command.builder.arguments.Argument
- contains(Object) - Method in class net.minestom.server.thread.AcquirableCollection
- contains(Object) - Method in record class net.minestom.server.utils.collection.MappedCollection
- contains(NamespaceID) - Method in class net.minestom.server.gamedata.tags.Tag
-
Checks whether the given id in inside this tag.
- containsAll(Collection<?>) - Method in class net.minestom.server.thread.AcquirableCollection
- containsAll(Collection<?>) - Method in record class net.minestom.server.utils.collection.MappedCollection
- containsKey(Object) - Method in class net.minestom.server.utils.collection.MergedMap
- containsValue(Object) - Method in class net.minestom.server.utils.collection.MergedMap
- content() - Method in record class net.minestom.server.crypto.SignedMessageBody.Packed
-
Returns the value of the
content
record component. - context() - Method in record class net.minestom.server.command.builder.parser.ArgumentQueryResult
-
Returns the value of the
context
record component. - contract(double, double, double) - Method in class net.minestom.server.collision.BoundingBox
-
Creates a new
BoundingBox
linked to the sameEntity
with contracted size. - convertClientInventorySlot(int) - Static method in class net.minestom.server.utils.inventory.PlayerInventoryUtils
-
Used to convert the clients inventory slot to a Minestom slot.
- convertPlayerInventorySlot(int, int) - Static method in class net.minestom.server.utils.inventory.PlayerInventoryUtils
-
Converts a packet slot to an internal one.
- convertSlot(int, int) - Static method in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- convertToPacketSlot(int) - Static method in class net.minestom.server.utils.inventory.PlayerInventoryUtils
-
Used to convert internal slot to one used in packets
- COOKED_BEEF - Static variable in interface net.minestom.server.item.Material
- COOKED_CHICKEN - Static variable in interface net.minestom.server.item.Material
- COOKED_COD - Static variable in interface net.minestom.server.item.Material
- COOKED_MUTTON - Static variable in interface net.minestom.server.item.Material
- COOKED_PORKCHOP - Static variable in interface net.minestom.server.item.Material
- COOKED_RABBIT - Static variable in interface net.minestom.server.item.Material
- COOKED_SALMON - Static variable in interface net.minestom.server.item.Material
- COOKIE - Static variable in interface net.minestom.server.item.Material
- cookingTime() - Method in record class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredBlastingRecipe
-
Returns the value of the
cookingTime
record component. - cookingTime() - Method in record class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredCampfireCookingRecipe
-
Returns the value of the
cookingTime
record component. - cookingTime() - Method in record class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmeltingRecipe
-
Returns the value of the
cookingTime
record component. - cookingTime() - Method in record class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmokingRecipe
-
Returns the value of the
cookingTime
record component. - Cooldown - Class in net.minestom.server.utils.time
- Cooldown(Duration) - Constructor for class net.minestom.server.utils.time.Cooldown
- cooldownTicks() - Method in record class net.minestom.server.network.packet.server.play.SetCooldownPacket
-
Returns the value of the
cooldownTicks
record component. - coordinates() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- coordinateScale(double) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- coordinateType() - Method in class net.minestom.server.utils.location.RelativeVec
- COPPER_APPLY_WAX - Enum constant in enum class net.minestom.server.effects.Effects
- COPPER_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- COPPER_BLOCK - Static variable in interface net.minestom.server.item.Material
- COPPER_INGOT - Static variable in interface net.minestom.server.item.Material
- COPPER_ORE - Static variable in interface net.minestom.server.instance.block.Block
- COPPER_ORE - Static variable in interface net.minestom.server.item.Material
- COPPER_REMOVE_WAX - Enum constant in enum class net.minestom.server.effects.Effects
- COPPER_SCRAPE_OXIDATION - Enum constant in enum class net.minestom.server.effects.Effects
- copy() - Method in class net.minestom.server.instance.InstanceContainer
-
Copies all the chunks of this instance and create a new instance container with all of them.
- copy() - Method in interface net.minestom.server.tag.TagHandler
-
Creates a copy of this handler.
- copy(CommandContext) - Method in class net.minestom.server.command.builder.CommandContext
- copy(Instance, int, int) - Method in class net.minestom.server.instance.Chunk
-
Creates a copy of this chunk, including blocks state id, custom block id, biomes, update data.
- copy(Instance, int, int) - Method in class net.minestom.server.instance.DynamicChunk
- copy(BinaryBuffer) - Static method in class net.minestom.server.utils.binary.BinaryBuffer
- COPY_OF_COPY - Enum constant in enum class net.minestom.server.item.metadata.WrittenBookMeta.WrittenBookGeneration
- COPY_OF_ORIGINAL - Enum constant in enum class net.minestom.server.item.metadata.WrittenBookMeta.WrittenBookGeneration
- copyContents(ItemStack[]) - Method in class net.minestom.server.inventory.AbstractInventory
-
Places all the items of
itemStacks
into the internal array. - copyMeta() - Method in record class net.minestom.server.network.packet.server.play.RespawnPacket
-
Returns the value of the
copyMeta
record component. - copyTo(int, byte[], int, int) - Method in class net.minestom.server.network.NetworkBuffer
- copyWithOperator(UnaryOperator<Component>) - Method in interface net.minestom.server.adventure.ComponentHolder
-
Returns a copy of this object.
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.ActionBarPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket.AddAction
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.BossBarPacket.UpdateTitleAction
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.DisconnectPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.OpenWindowPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.PlayerChatMessagePacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.SetSlotPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.SetTitleSubTitlePacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.SetTitleTextPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.SystemChatPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.TabCompletePacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.TabCompletePacket.Match
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket.CreateTeamAction
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.TeamsPacket.UpdateTeamAction
- copyWithOperator(UnaryOperator<Component>) - Method in record class net.minestom.server.network.packet.server.play.WindowItemsPacket
- CORNER - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mode
- CORNFLOWER - Static variable in interface net.minestom.server.instance.block.Block
- CORNFLOWER - Static variable in interface net.minestom.server.item.Material
- correct - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- count() - Method in interface net.minestom.server.instance.palette.Palette
-
Returns the number of entries in this palette.
- count() - Method in class net.minestom.server.utils.ObjectPool
- counter() - Static method in interface net.minestom.server.thread.ThreadProvider
- COUNTER_CLOCKWISE - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated counter-clockwise by 90 degrees
- COUNTER_CLOCKWISE_45 - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated counter-clockwise by 45 degrees
- countMatches(CharSequence, char) - Static method in class net.minestom.server.utils.StringUtils
- COURBET - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- COW - Static variable in interface net.minestom.server.entity.EntityType
- COW_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CowMeta - Class in net.minestom.server.entity.metadata.animal
- CowMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.CowMeta
- CRACKED_DEEPSLATE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_DEEPSLATE_BRICKS - Static variable in interface net.minestom.server.item.Material
- CRACKED_DEEPSLATE_TILES - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_DEEPSLATE_TILES - Static variable in interface net.minestom.server.item.Material
- CRACKED_NETHER_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_NETHER_BRICKS - Static variable in interface net.minestom.server.item.Material
- CRACKED_POLISHED_BLACKSTONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_POLISHED_BLACKSTONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- CRACKED_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- CRAFT_RECIPE_RESPONSE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CRAFT_RESULT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFT_SLOT_1 - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFT_SLOT_2 - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFT_SLOT_3 - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFT_SLOT_4 - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFTED - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- CRAFTING - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CRAFTING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket.BookType
- CRAFTING_TABLE - Static variable in interface net.minestom.server.instance.block.Block
- CRAFTING_TABLE - Static variable in interface net.minestom.server.item.Material
- craftingRecipeBookFilterActive() - Method in record class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
-
Returns the value of the
craftingRecipeBookFilterActive
record component. - craftingRecipeBookOpen() - Method in record class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
-
Returns the value of the
craftingRecipeBookOpen
record component. - CraftRecipeResponse - Record Class in net.minestom.server.network.packet.server.play
- CraftRecipeResponse(byte, String) - Constructor for record class net.minestom.server.network.packet.server.play.CraftRecipeResponse
-
Creates an instance of a
CraftRecipeResponse
record class. - CraftRecipeResponse(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.CraftRecipeResponse
- CREAMY - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- CREAMY - Enum constant in enum class net.minestom.server.entity.metadata.animal.LlamaMeta.Variant
- create(int, NetworkBuffer) - Method in class net.minestom.server.network.packet.client.ClientPacketsHandler
- create(ConnectionState, int, ByteBuffer) - Method in record class net.minestom.server.network.PacketProcessor
- createAdvancement(String, Advancement, Advancement) - Method in class net.minestom.server.advancements.AdvancementTab
-
Creates and add an advancement into this tab.
- createBuilder(String) - Method in class net.minestom.server.scoreboard.TeamManager
-
Initializes a new
TeamBuilder
for creating a team - createChunk(int, int) - Method in class net.minestom.server.instance.InstanceContainer
- createChunk(Instance, int, int) - Method in interface net.minestom.server.utils.chunk.ChunkSupplier
-
Creates a
Chunk
object. - createContainer(Registry.Resource, Registry.Container.Loader<T>) - Static method in class net.minestom.server.registry.Registry
- createCursorPacket(ItemStack) - Static method in record class net.minestom.server.network.packet.server.play.SetSlotPacket
-
Returns a
SetSlotPacket
used to change a player cursor item. - createDeclareCommandsPacket(Player) - Method in class net.minestom.server.command.CommandManager
-
Gets the
DeclareCommandsPacket
for a specific player. - createEntitySoundPacket(Sound, Entity) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createExplosion(float, float, float, float, NBTCompound) - Method in interface net.minestom.server.instance.ExplosionSupplier
-
Creates a new explosion
- createFramedPacket(ByteBuffer, ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
- createFramedPacket(ByteBuffer, ServerPacket, boolean) - Static method in class net.minestom.server.utils.PacketUtils
- createInstanceContainer() - Method in class net.minestom.server.instance.InstanceManager
-
Creates and register an
InstanceContainer
. - createInstanceContainer(DimensionType) - Method in class net.minestom.server.instance.InstanceManager
- createInstanceContainer(DimensionType, IChunkLoader) - Method in class net.minestom.server.instance.InstanceManager
-
Creates and register an
InstanceContainer
with the specifiedDimensionType
. - createInstanceContainer(IChunkLoader) - Method in class net.minestom.server.instance.InstanceManager
- createLine(Sidebar.ScoreboardLine) - Method in class net.minestom.server.scoreboard.Sidebar
-
Creates a new
Sidebar.ScoreboardLine
. - createPacket() - Method in class net.minestom.server.advancements.AdvancementTab
-
Builds the packet which build the whole advancement tab.
- createParticlePacket(Particle, boolean, double, double, double, float, float, float, float, int, Consumer<BinaryWriter>) - Static method in class net.minestom.server.particle.ParticleCreator
- createParticlePacket(Particle, double, double, double, float, float, float, int) - Static method in class net.minestom.server.particle.ParticleCreator
- createPartition(P) - Method in class net.minestom.server.thread.ThreadDispatcher
- createPlayer(UUID, String, PlayerConnection) - Method in interface net.minestom.server.network.PlayerProvider
-
Creates a new
Player
object based on his connection data. - createSharedInstance(InstanceContainer) - Method in class net.minestom.server.instance.InstanceManager
-
Creates and register a
SharedInstance
. - createSoundPacket(Sound, double, double, double) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Creates a sound packet from a sound and a location.
- createSoundPacket(Sound, Sound.Emitter) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Creates a sound effect packet from a sound and an emitter.
- createSoundStopPacket(SoundStop) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Creates a sound stop packet from a sound stop.
- createSubView(int, int) - Method in class net.minestom.server.map.framebuffers.LargeDirectFramebuffer
- createSubView(int, int) - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- createSubView(int, int) - Method in interface net.minestom.server.map.LargeFramebuffer
-
Returns a new
Framebuffer
that represent a 128x128 sub-view of this framebuffer. - createTab(String, AdvancementRoot) - Method in class net.minestom.server.advancements.AdvancementManager
-
Creates a new
AdvancementTab
with a singleAdvancementRoot
. - createTeam(String) - Method in class net.minestom.server.scoreboard.TeamManager
-
Creates a
Team
with only the registry name - createTeam(String, Component, Component, NamedTextColor, Component) - Method in class net.minestom.server.scoreboard.TeamManager
-
Creates a
Team
with the registry name, display name, prefix, suffix and the team colro - createTeam(String, Component, NamedTextColor, Component) - Method in class net.minestom.server.scoreboard.TeamManager
-
Creates a
Team
with the registry name, prefix, suffix and the team format - CreateTeamAction(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.TeamsPacket.CreateTeamAction
- CreateTeamAction(Component, byte, TeamsPacket.NameTagVisibility, TeamsPacket.CollisionRule, NamedTextColor, Component, Component, Collection<String>) - Constructor for record class net.minestom.server.network.packet.server.play.TeamsPacket.CreateTeamAction
-
Creates an instance of a
CreateTeamAction
record class. - createTeamDestructionPacket() - Method in class net.minestom.server.scoreboard.Team
-
Creates an destruction packet to remove the team.
- createTeamsCreationPacket() - Method in class net.minestom.server.scoreboard.Team
-
Creates the creation packet to add a team.
- createTimePacket() - Method in class net.minestom.server.instance.Instance
-
Creates a
TimeUpdatePacket
with the current age and time of this instance - createTitlePartPacket(TitlePart<T>, T) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Creates one of the three title packets from a title part and a value.
- CREATIVE - Enum constant in enum class net.minestom.server.entity.GameMode
- CreativeInventoryActionListener - Class in net.minestom.server.listener
- CreativeInventoryActionListener() - Constructor for class net.minestom.server.listener.CreativeInventoryActionListener
- CREEBET - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- CREEPER - Static variable in interface net.minestom.server.entity.EntityType
- CREEPER_BANNER_PATTERN - Static variable in interface net.minestom.server.item.Material
- CREEPER_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- CREEPER_HEAD - Static variable in interface net.minestom.server.item.Material
- CREEPER_SHAPED - Enum constant in enum class net.minestom.server.item.firework.FireworkEffectType
- CREEPER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CREEPER_WALL_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- CreeperMeta - Class in net.minestom.server.entity.metadata.monster
- CreeperMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.CreeperMeta
- CreeperMeta.State - Enum Class in net.minestom.server.entity.metadata.monster
- CRIMSON_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_BUTTON - Static variable in interface net.minestom.server.item.Material
- CRIMSON_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_DOOR - Static variable in interface net.minestom.server.item.Material
- CRIMSON_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_FENCE - Static variable in interface net.minestom.server.item.Material
- CRIMSON_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- CRIMSON_FUNGUS - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_FUNGUS - Static variable in interface net.minestom.server.item.Material
- CRIMSON_HYPHAE - Enum constant in enum class net.minestom.server.map.MapColors
- CRIMSON_HYPHAE - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_HYPHAE - Static variable in interface net.minestom.server.item.Material
- CRIMSON_NYLIUM - Enum constant in enum class net.minestom.server.map.MapColors
- CRIMSON_NYLIUM - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_NYLIUM - Static variable in interface net.minestom.server.item.Material
- CRIMSON_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_PLANKS - Static variable in interface net.minestom.server.item.Material
- CRIMSON_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- CRIMSON_ROOTS - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_ROOTS - Static variable in interface net.minestom.server.item.Material
- CRIMSON_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_SIGN - Static variable in interface net.minestom.server.item.Material
- CRIMSON_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_SLAB - Static variable in interface net.minestom.server.item.Material
- CRIMSON_SPORE - Static variable in interface net.minestom.server.particle.Particle
- CRIMSON_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_STAIRS - Static variable in interface net.minestom.server.item.Material
- CRIMSON_STEM - Enum constant in enum class net.minestom.server.map.MapColors
- CRIMSON_STEM - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_STEM - Static variable in interface net.minestom.server.item.Material
- CRIMSON_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- CRIMSON_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- CRIT - Static variable in interface net.minestom.server.particle.Particle
- criteria() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
-
Returns the value of the
criteria
record component. - criteria() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementProgress
-
Returns the value of the
criteria
record component. - Criteria(String, AdvancementsPacket.CriterionProgress) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
-
Creates an instance of a
Criteria
record class. - Criteria(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
- criterionIdentifier() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
-
Returns the value of the
criterionIdentifier
record component. - criterionProgress() - Method in record class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
-
Returns the value of the
criterionProgress
record component. - CriterionProgress(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.CriterionProgress
- CriterionProgress(Long) - Constructor for record class net.minestom.server.network.packet.server.play.AdvancementsPacket.CriterionProgress
-
Creates an instance of a
CriterionProgress
record class. - CRITICAL_EFFECT - Enum constant in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
- CROAKING - Enum constant in enum class net.minestom.server.entity.Entity.Pose
- cross(Vec) - Method in record class net.minestom.server.coordinate.Vec
-
Calculates the cross product of this vector with another.
- CROSSBOW - Enum constant in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
- CROSSBOW - Static variable in interface net.minestom.server.item.Material
- CrossbowMeta - Record Class in net.minestom.server.item.metadata
- CrossbowMeta(TagReadable) - Constructor for record class net.minestom.server.item.metadata.CrossbowMeta
-
Creates an instance of a
CrossbowMeta
record class. - CrossbowMeta.Builder - Record Class in net.minestom.server.item.metadata
- CROUCH_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- CRYING_OBSIDIAN - Static variable in interface net.minestom.server.instance.block.Block
- CRYING_OBSIDIAN - Static variable in interface net.minestom.server.item.Material
- CURRENT_DOWN - Static variable in interface net.minestom.server.particle.Particle
- currentChunk - Variable in class net.minestom.server.entity.Entity
- currentEntities() - Static method in interface net.minestom.server.thread.Acquirable
-
Gets all the
entities
being ticked in the current thread. - cursorPositionX() - Method in record class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
-
Returns the value of the
cursorPositionX
record component. - cursorPositionY() - Method in record class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
-
Returns the value of the
cursorPositionY
record component. - cursorPositionZ() - Method in record class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
-
Returns the value of the
cursorPositionZ
record component. - custom() - Method in class net.minestom.server.registry.Registry.BlockEntry
- custom() - Method in record class net.minestom.server.registry.Registry.EnchantmentEntry
-
Returns the value of the
custom
record component. - custom() - Method in record class net.minestom.server.registry.Registry.EntityEntry
-
Returns the value of the
custom
record component. - custom() - Method in interface net.minestom.server.registry.Registry.Entry
- custom() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- custom() - Method in record class net.minestom.server.registry.Registry.PotionEffectEntry
-
Returns the value of the
custom
record component. - custom(Key) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members stored using the given key.
- custom(Key) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members stored using the given key.
- custom(Keyed) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members stored using the given keyed object.
- custom(Keyed) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members stored using the given keyed object.
- custom(Keyed, Predicate<Audience>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members stored using the given keyed object that match the given predicate.
- custom(Keyed, Predicate<Audience>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members stored using the given keyed object that match the given predicate.
- custom(Key, Predicate<Audience>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members stored using the given key that match the given predicate.
- custom(Key, Predicate<Audience>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members stored using the given key that match the given predicate.
- CUSTOM - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- CUSTOM_CHAT_COMPLETIONS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CustomChatCompletionPacket - Record Class in net.minestom.server.network.packet.server.play
- CustomChatCompletionPacket(NetworkBuffer) - Constructor for record class net.minestom.server.network.packet.server.play.CustomChatCompletionPacket
- CustomChatCompletionPacket(CustomChatCompletionPacket.Action, List<String>) - Constructor for record class net.minestom.server.network.packet.server.play.CustomChatCompletionPacket
-
Creates an instance of a
CustomChatCompletionPacket
record class. - CustomChatCompletionPacket.Action - Enum Class in net.minestom.server.network.packet.server.play
- customModelData(int) - Method in interface net.minestom.server.item.ItemMeta.Builder
- CustomPotionEffect - Record Class in net.minestom.server.potion
-
Represents a custom effect in
PotionMeta
. - CustomPotionEffect(byte, byte, int, boolean, boolean, boolean) - Constructor for record class net.minestom.server.potion.CustomPotionEffect
-
Creates an instance of a
CustomPotionEffect
record class. - customs() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members.
- customs() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members.
- customs(Predicate<Audience>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members matching the given predicate.
- customs(Predicate<Audience>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members matching the given predicate.
- CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
- CUT_RED_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CUT_RED_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- CUT_RED_SANDSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- CUT_RED_SANDSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- CUT_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CUT_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- CUT_SANDSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- CUT_SANDSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- CYAN - Enum constant in enum class net.minestom.server.color.DyeColor
- CYAN - Enum constant in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
- CYAN_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_BANNER - Static variable in interface net.minestom.server.item.Material
- CYAN_BED - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_BED - Static variable in interface net.minestom.server.item.Material
- CYAN_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CANDLE - Static variable in interface net.minestom.server.item.Material
- CYAN_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CARPET - Static variable in interface net.minestom.server.item.Material
- CYAN_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CONCRETE - Static variable in interface net.minestom.server.item.Material
- CYAN_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- CYAN_DYE - Static variable in interface net.minestom.server.item.Material
- CYAN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- CYAN_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- CYAN_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- CYAN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- CYAN_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- CYAN_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_WOOL - Static variable in interface net.minestom.server.item.Material
D
- damage(int) - Method in interface net.minestom.server.item.ItemMeta.Builder
- damage(DamageType, float) - Method in class net.minestom.server.entity.LivingEntity
-
Damages the entity by a value, the type of the damage also has to be specified.
- DAMAGE_ABSORBED - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_BLOCKED_BY_SHIELD - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_DEALT - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_DEALT_ABSORBED - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_DEALT_RESISTED - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_INDICATOR - Static variable in interface net.minestom.server.particle.Particle
- DAMAGE_RESISTED - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_TAKEN - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGED_ANVIL - Static variable in interface net.minestom.server.instance.block.Block
- DAMAGED_ANVIL - Static variable in interface net.minestom.server.item.Material
- DamageType - Class in net.minestom.server.entity.damage
-
Represents a type of damage, required when calling
LivingEntity.damage(DamageType, float)
and retrieved inEntityDamageEvent
. - DamageType(String) - Constructor for class net.minestom.server.entity.damage.DamageType
-
Creates a new damage type.
- DANDELION - Static variable in interface net.minestom.server.instance.block.Block
- DANDELION - Static variable in interface net.minestom.server.item.Material
- DARK_BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- DARK_FOREST - Enum constant in enum class net.minestom.server.world.biomes.BiomeEffects.GrassColorModifier
- DARK_OAK - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- DARK_OAK_BOAT - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_BUTTON - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_CHEST_BOAT - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_DOOR - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_FENCE - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_LEAVES - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_LOG - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_LOG - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_PLANKS - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_SAPLING - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_SIGN - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_SLAB - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_STAIRS - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_WOOD - Static variable in interface net.minestom.server.item.Material
- DARK_PRISMARINE - Static variable in interface net.minestom.server.instance.block.Block
- DARK_PRISMARINE - Static variable in interface net.minestom.server.item.Material
- DARK_PRISMARINE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- DARK_PRISMARINE_SLAB - Static variable in interface net.minestom.server.item.Material
- DARK_PRISMARINE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- DARK_PRISMARINE_STAIRS - Static variable in interface net.minestom.server.item.Material
- DARKNESS - Static variable in interface net.minestom.server.potion.PotionEffect
- DASHER - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
- data() - Method in record class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
-
Returns the value of the
data
record component.
ResponseData.addEntries(Collection)
}