Class PlayerCanSleepHandler

java.lang.Object
com.stereowalker.unionlib.insert.InsertHandler<PlayerCanSleepHandler.Insert>
com.stereowalker.unionlib.insert.handler.living.player.PlayerCanSleepHandler

public class PlayerCanSleepHandler extends InsertHandler<PlayerCanSleepHandler.Insert>
  • Constructor Details

    • PlayerCanSleepHandler

      public PlayerCanSleepHandler()
  • Method Details

    • insert

      public void insert(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player.BedSleepingProblem currentProblem, net.minecraft.world.entity.player.Player.BedSleepingProblem vanillaProblem, Consumer<net.minecraft.world.entity.player.Player.BedSleepingProblem> problemC)