Class SkyblockWorldEvents

java.lang.Object
vazkii.botania.common.world.SkyblockWorldEvents

public final class SkyblockWorldEvents extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    createSkyblock(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos)
     
    static net.minecraft.world.InteractionResult
    onPlayerInteract(net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level world, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hit)
     
    static void
    onPlayerJoin(net.minecraft.server.level.ServerPlayer player)
     
    static void
    spawnPlayer(net.minecraft.world.entity.player.Player player, IslandPos islandPos)
     
    static void
    syncGogStatus(net.minecraft.server.level.ServerPlayer e)
     

    Methods inherited from class java.lang.Object

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

    • syncGogStatus

      public static void syncGogStatus(net.minecraft.server.level.ServerPlayer e)
    • onPlayerJoin

      public static void onPlayerJoin(net.minecraft.server.level.ServerPlayer player)
    • onPlayerInteract

      public static net.minecraft.world.InteractionResult onPlayerInteract(net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level world, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hit)
    • spawnPlayer

      public static void spawnPlayer(net.minecraft.world.entity.player.Player player, IslandPos islandPos)
    • createSkyblock

      public static void createSkyblock(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos)