Package vazkii.botania.common.world
Class SkyblockWorldEvents
java.lang.Object
vazkii.botania.common.world.SkyblockWorldEvents
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateSkyblock(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos) static net.minecraft.world.InteractionResultonPlayerInteract(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 voidonPlayerJoin(net.minecraft.server.level.ServerPlayer player) static voidspawnPlayer(net.minecraft.world.entity.player.Player player, IslandPos islandPos) static voidsyncGogStatus(net.minecraft.server.level.ServerPlayer e)
-
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)
-