Uses of Interface
dev.wyck.worldgen.valueproviders.ConstantInt
Packages that use ConstantInt
-
Uses of ConstantInt in dev.wyck.worldgen.valueproviders
Fields in dev.wyck.worldgen.valueproviders declared as ConstantIntModifier and TypeFieldDescriptionstatic final ConstantIntConstantInt.ZEROA constant int provider which always returns 0.Methods in dev.wyck.worldgen.valueproviders that return ConstantIntModifier and TypeMethodDescriptionstatic ConstantIntIntProvider.constant(int value) Creates a constant int provider.static ConstantIntConstantInt.of(int value) A constant int provider.static ConstantIntIntProvider.zero()A constant int provider that always returns 0.