Uses of Class
org.cloudburstmc.server.block.behavior.BlockBehaviorDelegate
Packages that use BlockBehaviorDelegate
-
Uses of BlockBehaviorDelegate in org.cloudburstmc.server.registry
Method parameters in org.cloudburstmc.server.registry with type arguments of type BlockBehaviorDelegateModifier and TypeMethodDescriptionvoidCloudBlockRegistry.extendBehavior(org.cloudburstmc.api.block.BlockType type, Function<org.cloudburstmc.api.block.behavior.BlockBehavior,BlockBehaviorDelegate> factory)Extends current behavior with delegated one provided by the factory.