Interface FabricEntitySelectorReader
public interface FabricEntitySelectorReader
Fabric extension to
EntitySelectorReader
, implemented
using interface injection. This allows custom entity selectors to
set a custom flag to a reader. This can be used to implement mutually-exclusive
or non-repeatable entity selector option.-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
getCustomFlag
(Identifier key) Gets the value of the flag.default void
setCustomFlag
(Identifier key, boolean value) Sets a flag.