public class SubjectSettingCallback extends Object implements java.util.function.Predicate<org.spongepowered.api.service.permission.PermissionService>
MixinSubject
helper class to apply the appropriate subject to the
mixin.Constructor and Description |
---|
SubjectSettingCallback(IMixinSubject ref) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(org.spongepowered.api.service.permission.PermissionService input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public SubjectSettingCallback(IMixinSubject ref)
public boolean test(@Nullable org.spongepowered.api.service.permission.PermissionService input)
test
in interface java.util.function.Predicate<org.spongepowered.api.service.permission.PermissionService>