62636465666768
*/ public void sleep(Block bed) { sleeping = true; this.bed = bed; occupy(true); player.getNetwork().callProtocolEvent(new PlayerBedEvent(player, bed, true)); }