Uses of Enum Class
io.github.protasm.jvmud.engine.mudlib.MudlibProjectionRole
Packages that use MudlibProjectionRole
Package
Description
Engine-to-mudlib boundary declarations, lifecycle hooks, and mudlib projections.
-
Uses of MudlibProjectionRole in io.github.protasm.jvmud.engine.mudlib
Subclasses with type arguments of type MudlibProjectionRole in io.github.protasm.jvmud.engine.mudlibModifier and TypeClassDescriptionenumEngine-visible role played by an opaque mudlib-side compatibility projection.Methods in io.github.protasm.jvmud.engine.mudlib that return MudlibProjectionRoleModifier and TypeMethodDescriptionstatic MudlibProjectionRoleReturns the enum constant of this class with the specified name.static MudlibProjectionRole[]MudlibProjectionRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.protasm.jvmud.engine.mudlib that return types with arguments of type MudlibProjectionRoleModifier and TypeMethodDescriptionMudlibProjection.roles()Returns the value of therolesrecord component.Methods in io.github.protasm.jvmud.engine.mudlib with parameters of type MudlibProjectionRoleConstructor parameters in io.github.protasm.jvmud.engine.mudlib with type arguments of type MudlibProjectionRoleModifierConstructorDescriptionMudlibProjection(String sourcePath, Object object, Set<MudlibProjectionRole> roles) Creates an instance of aMudlibProjectionrecord class.