Uses of Interface
org.bukkit.inventory.meta.trim.TrimMaterial
Packages that use TrimMaterial
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.This package contains events related to the Paper registry system.
The root package of the Bukkit API, contains generalized API classes.
Armor trim meta types.
-
Uses of TrimMaterial in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type TrimMaterialModifier and TypeFieldDescriptionstatic final DataComponentType.Valued<TrimMaterial> DataComponentTypes.PROVIDES_TRIM_MATERIAL -
Uses of TrimMaterial in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type TrimMaterialModifier and TypeFieldDescriptionstatic final RegistryKey<TrimMaterial> RegistryKey.TRIM_MATERIALData-driven registry for trim materials. -
Uses of TrimMaterial in io.papermc.paper.registry.data
Subinterfaces with type arguments of type TrimMaterial in io.papermc.paper.registry.dataModifier and TypeInterfaceDescriptionstatic interfaceA mutable builder forTrimMaterialRegistryEntryplugins may change in applicable registry events.Methods in io.papermc.paper.registry.data that return TrimMaterialModifier and TypeMethodDescriptionInlinedRegistryBuilderProvider.createTrimMaterial(Consumer<RegistryBuilderFactory<TrimMaterial, ? extends TrimMaterialRegistryEntry.Builder>> value) Method parameters in io.papermc.paper.registry.data with type arguments of type TrimMaterialModifier and TypeMethodDescriptionInlinedRegistryBuilderProvider.createTrimMaterial(Consumer<RegistryBuilderFactory<TrimMaterial, ? extends TrimMaterialRegistryEntry.Builder>> value) -
Uses of TrimMaterial in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type TrimMaterialModifier and TypeFieldDescriptionstatic final RegistryEventProvider<TrimMaterial, TrimMaterialRegistryEntry.Builder> RegistryEvents.TRIM_MATERIAL -
Uses of TrimMaterial in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type TrimMaterialModifier and TypeFieldDescriptionstatic final TypedKey<TrimMaterial> TrimMaterialKeys.AMETHYSTminecraft:amethyststatic final TypedKey<TrimMaterial> TrimMaterialKeys.COPPERminecraft:copperstatic final TypedKey<TrimMaterial> TrimMaterialKeys.DIAMONDminecraft:diamondstatic final TypedKey<TrimMaterial> TrimMaterialKeys.EMERALDminecraft:emeraldstatic final TypedKey<TrimMaterial> TrimMaterialKeys.GOLDminecraft:goldstatic final TypedKey<TrimMaterial> TrimMaterialKeys.IRONminecraft:ironstatic final TypedKey<TrimMaterial> TrimMaterialKeys.LAPISminecraft:lapisstatic final TypedKey<TrimMaterial> TrimMaterialKeys.NETHERITEminecraft:netheritestatic final TypedKey<TrimMaterial> TrimMaterialKeys.QUARTZminecraft:quartzstatic final TypedKey<TrimMaterial> TrimMaterialKeys.REDSTONEminecraft:redstonestatic final TypedKey<TrimMaterial> TrimMaterialKeys.RESINminecraft:resinMethods in io.papermc.paper.registry.keys that return types with arguments of type TrimMaterialModifier and TypeMethodDescriptionstatic TypedKey<TrimMaterial> Creates a typed key forTrimMaterialin the registryminecraft:trim_material. -
Uses of TrimMaterial in org.bukkit
Fields in org.bukkit with type parameters of type TrimMaterialModifier and TypeFieldDescriptionstatic final Registry<TrimMaterial> Registry.TRIM_MATERIALDeprecated. -
Uses of TrimMaterial in org.bukkit.inventory.meta.trim
Fields in org.bukkit.inventory.meta.trim declared as TrimMaterialModifier and TypeFieldDescriptionstatic final TrimMaterialTrimMaterial.AMETHYSTstatic final TrimMaterialTrimMaterial.COPPERstatic final TrimMaterialTrimMaterial.DIAMONDstatic final TrimMaterialTrimMaterial.EMERALDstatic final TrimMaterialTrimMaterial.GOLDstatic final TrimMaterialTrimMaterial.IRONstatic final TrimMaterialTrimMaterial.LAPISstatic final TrimMaterialTrimMaterial.NETHERITEstatic final TrimMaterialTrimMaterial.QUARTZstatic final TrimMaterialTrimMaterial.REDSTONEstatic final TrimMaterialTrimMaterial.RESINMethods in org.bukkit.inventory.meta.trim that return TrimMaterialModifier and TypeMethodDescriptionstatic TrimMaterialTrimMaterial.create(Consumer<RegistryBuilderFactory<TrimMaterial, ? extends TrimMaterialRegistryEntry.Builder>> value) Creates an inlined trim material.ArmorTrim.getMaterial()Get theTrimMaterialfor this armor trim.Method parameters in org.bukkit.inventory.meta.trim with type arguments of type TrimMaterialModifier and TypeMethodDescriptionstatic TrimMaterialTrimMaterial.create(Consumer<RegistryBuilderFactory<TrimMaterial, ? extends TrimMaterialRegistryEntry.Builder>> value) Creates an inlined trim material.Constructors in org.bukkit.inventory.meta.trim with parameters of type TrimMaterialModifierConstructorDescriptionArmorTrim(@NotNull TrimMaterial material, @NotNull TrimPattern pattern)
RegistryAccess.getRegistry(RegistryKey)withRegistryKey.TRIM_MATERIAL