Interface PredicateReader<C extends org.geysermc.geyser.api.predicate.context.MinecraftPredicateContext>
- All Known Implementing Classes:
ItemConditionProperty,ItemMatchProperty,ItemRangeDispatchProperty
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface PredicateReader<C extends org.geysermc.geyser.api.predicate.context.MinecraftPredicateContext>
-
Method Summary
-
Method Details
-
read
org.geysermc.geyser.api.predicate.MinecraftPredicate<? super C> read(com.google.gson.JsonElement element, String... context) throws InvalidCustomMappingsFileException
-