Class ExpandPlayerSleepInBedEvent
java.lang.Object
com.blamejared.crafttweaker.natives.event.entity.player.ExpandPlayerSleepInBedEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.BlockPosgetPos(net.minecraftforge.event.entity.player.PlayerSleepInBedEvent internal) static net.minecraft.world.entity.player.Player.BedSleepingProblemgetResult(net.minecraftforge.event.entity.player.PlayerSleepInBedEvent internal) static voidsetResult(net.minecraftforge.event.entity.player.PlayerSleepInBedEvent internal, net.minecraft.world.entity.player.Player.BedSleepingProblem result)
-
Field Details
-
BUS
-
-
Constructor Details
-
ExpandPlayerSleepInBedEvent
public ExpandPlayerSleepInBedEvent()
-
-
Method Details
-
getResult
public static net.minecraft.world.entity.player.Player.BedSleepingProblem getResult(net.minecraftforge.event.entity.player.PlayerSleepInBedEvent internal) -
setResult
public static void setResult(net.minecraftforge.event.entity.player.PlayerSleepInBedEvent internal, net.minecraft.world.entity.player.Player.BedSleepingProblem result) -
getPos
public static net.minecraft.core.BlockPos getPos(net.minecraftforge.event.entity.player.PlayerSleepInBedEvent internal)
-