Interface ImpactConsumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonImpact(Ref<EntityStore> var1, Vector3d var2, Ref<EntityStore> var3, String var4, CommandBuffer<EntityStore> var5)
-
Method Details
-
onImpact
void onImpact(@Nonnull Ref<EntityStore> var1, @Nonnull Vector3d var2, @Nullable Ref<EntityStore> var3, @Nullable String var4, @Nonnull CommandBuffer<EntityStore> var5)
-