Class CommonEvents

java.lang.Object
com.simibubi.create.events.CommonEvents

public class CommonEvents extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addReloadListeners(net.minecraftforge.event.AddReloadListenerEvent event)
     
    static void
    attachCapabilities(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.entity.Entity> event)
     
    static void
    leftClickEmpty(net.minecraft.server.level.ServerPlayer player)
     
    static void
    onBiomeLoad(net.minecraftforge.event.world.BiomeLoadingEvent event)
     
    static void
    onChunkUnloaded(net.minecraftforge.event.world.ChunkEvent.Unload event)
     
    static void
    onDatapackSync(net.minecraftforge.event.OnDatapackSyncEvent event)
     
    static void
    onEntityAdded(net.minecraftforge.event.entity.EntityJoinWorldEvent event)
     
    static void
    onEntityAttackedByPlayer(net.minecraftforge.event.entity.player.AttackEntityEvent event)
     
    static void
    onLoadWorld(net.minecraftforge.event.world.WorldEvent.Load event)
     
    static void
    onServerTick(net.minecraftforge.event.TickEvent.ServerTickEvent event)
     
    static void
    onUnloadWorld(net.minecraftforge.event.world.WorldEvent.Unload event)
     
    static void
    onUpdateLivingEntity(net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent event)
     
    static void
    onWorldTick(net.minecraftforge.event.TickEvent.WorldTickEvent event)
     
    static void
    playerLoggedIn(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)
     
    static void
    registerCommands(net.minecraftforge.event.RegisterCommandsEvent event)
     
    static void
    serverStopping(net.minecraftforge.event.server.ServerStoppingEvent event)
     
    static void
    startTracking(net.minecraftforge.event.entity.player.PlayerEvent.StartTracking event)
     
    static void
    whenFluidsMeet(net.minecraftforge.event.world.BlockEvent.FluidPlaceBlockEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommonEvents

      public CommonEvents()
  • Method Details

    • onServerTick

      public static void onServerTick(net.minecraftforge.event.TickEvent.ServerTickEvent event)
    • onChunkUnloaded

      public static void onChunkUnloaded(net.minecraftforge.event.world.ChunkEvent.Unload event)
    • playerLoggedIn

      public static void playerLoggedIn(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)
    • whenFluidsMeet

      public static void whenFluidsMeet(net.minecraftforge.event.world.BlockEvent.FluidPlaceBlockEvent event)
    • onWorldTick

      public static void onWorldTick(net.minecraftforge.event.TickEvent.WorldTickEvent event)
    • onUpdateLivingEntity

      public static void onUpdateLivingEntity(net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent event)
    • onEntityAdded

      public static void onEntityAdded(net.minecraftforge.event.entity.EntityJoinWorldEvent event)
    • onEntityAttackedByPlayer

      public static void onEntityAttackedByPlayer(net.minecraftforge.event.entity.player.AttackEntityEvent event)
    • registerCommands

      public static void registerCommands(net.minecraftforge.event.RegisterCommandsEvent event)
    • addReloadListeners

      public static void addReloadListeners(net.minecraftforge.event.AddReloadListenerEvent event)
    • onDatapackSync

      public static void onDatapackSync(net.minecraftforge.event.OnDatapackSyncEvent event)
    • serverStopping

      public static void serverStopping(net.minecraftforge.event.server.ServerStoppingEvent event)
    • onLoadWorld

      public static void onLoadWorld(net.minecraftforge.event.world.WorldEvent.Load event)
    • onUnloadWorld

      public static void onUnloadWorld(net.minecraftforge.event.world.WorldEvent.Unload event)
    • attachCapabilities

      public static void attachCapabilities(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.world.entity.Entity> event)
    • startTracking

      public static void startTracking(net.minecraftforge.event.entity.player.PlayerEvent.StartTracking event)
    • onBiomeLoad

      public static void onBiomeLoad(net.minecraftforge.event.world.BiomeLoadingEvent event)
    • leftClickEmpty

      public static void leftClickEmpty(net.minecraft.server.level.ServerPlayer player)