Interface BounceConsumer
- 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 TypeMethodDescriptionvoidonBounce(Ref<EntityStore> var1, Vector3d var2, CommandBuffer<EntityStore> var3)
-
Method Details
-
onBounce
void onBounce(@Nonnull Ref<EntityStore> var1, @Nonnull Vector3d var2, @Nonnull CommandBuffer<EntityStore> var3)
-