public class MoonPhaseChangeEventSystem extends WorldEventSystem
System for handling moonphasechangeevent mechanics. Systems contain game logic that operates on entities with specific component types.
java.lang.Object > WorldEventSystem > MoonPhaseChangeEventSystem
Field Summary
worldSpawnDataResource
final
WorldSpawnData
worldSpawnDataResource
Field worldSpawnDataResource.
Method Detail
MoonPhaseChangeEventSystem
public
public
MoonPhaseChangeEventSystem
()
Method MoonPhaseChangeEventSystem.
handle
public
void
handle
(@Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer, @Nonnull final MoonPhaseChangeEvent event)
Method handle.
- Parameters:
@Nonnull final Storestore@Nonnull final CommandBuffercommandBuffer@Nonnull final MoonPhaseChangeEventevent