Uses of Interface
io.papermc.paper.world.flag.FeatureDependant
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes involved in manipulating player inventories and item interactions.
Classes to represent various
potion
properties and manipulation.-
Uses of FeatureDependant in io.papermc.paper.world.flag
Modifier and TypeMethodDescriptiondefault boolean
FeatureFlagSetHolder.isEnabled
(FeatureDependant featureDependant) Checks if this is enabled based on the loaded feature flags. -
Uses of FeatureDependant in org.bukkit.block
Modifier and TypeInterfaceDescriptioninterface
While this API is in a public interface, it is not intended for use by plugins until further notice.static interface
BlockType.Typed<B extends BlockData>
Typed represents a subtype ofBlockType
s that have a known block data type at compile time. -
Uses of FeatureDependant in org.bukkit.entity
-
Uses of FeatureDependant in org.bukkit.inventory
Modifier and TypeInterfaceDescriptioninterface
While this API is in a public interface, it is not intended for use by plugins until further notice.static interface
ItemType.Typed<M extends ItemMeta>
Typed represents a subtype ofItemType
s that have a known item meta type at compile time.interface
Represents different kinds of views, also known as menus, which can be created and viewed by the player.static interface
MenuType.Typed<V extends InventoryView>
Typed represents a subtype ofMenuType
s that have a knownInventoryView
type at compile time. -
Uses of FeatureDependant in org.bukkit.potion
Modifier and TypeClassDescriptionclass
Represents a type of potion and its effect on an entity.class
Deprecated.only for backwards compatibility, PotionEffectTypeWrapper is no longer used.enum
This enum reflects and matches each potion state that can be obtained from the Creative mode inventory