Interface FeedbackConsumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(String var1, int var2, int var3, CommandSender var4, ComponentAccessor<EntityStore> var5)
-
Field Details
-
DEFAULT
-
-
Method Details
-
accept
void accept(@Nonnull String var1, int var2, int var3, @Nonnull CommandSender var4, @Nonnull ComponentAccessor<EntityStore> var5)
-