Class RegistryAttributeImpl
java.lang.Object
net.fabricmc.fabric.impl.registry.sync.RegistryAttributeImpl
- All Implemented Interfaces:
RegistryAttributeHolder
-
Method Summary
Modifier and TypeMethodDescriptionaddAttribute(RegistryAttribute attribute) static RegistryAttributeHoldergetHolder(net.minecraft.resources.ResourceKey<?> resourceKey) booleanhasAttribute(RegistryAttribute attribute) voidremoveAttribute(RegistryAttribute attribute)
-
Method Details
-
getHolder
-
addAttribute
- Specified by:
addAttributein interfaceRegistryAttributeHolder
-
removeAttribute
-
hasAttribute
- Specified by:
hasAttributein interfaceRegistryAttributeHolder
-
getAttributes
-