public interface HeadPlacer
Modifier and Type | Method and Description |
---|---|
void |
placeHead(@NonNull Head head,
@NonNull org.bukkit.Location location,
@NonNull org.bukkit.block.BlockFace rotation)
Place a
Head at a certain Location in the world, with a certain rotation |
void |
placeHead(@NonNull org.bukkit.inventory.ItemStack headItemStack,
@NonNull org.bukkit.Location location,
@NonNull org.bukkit.block.BlockFace rotation)
Place a head
ItemStack at a certain Location in the world, with a certain rotation |
void |
placeWallHead(@NonNull Head head,
@NonNull org.bukkit.Location location,
@NonNull org.bukkit.block.BlockFace facing)
Place a
Head at a certain Location in the world as wall head, with a certain facing direction |
void |
placeWallHead(@NonNull org.bukkit.inventory.ItemStack wallHeadItemStack,
@NonNull org.bukkit.Location location,
@NonNull org.bukkit.block.BlockFace facing)
Place a wall head
ItemStack at a certain Location in the world, with a certain facing direction |
void placeHead(@NonNull @NonNull org.bukkit.inventory.ItemStack headItemStack, @NonNull @NonNull org.bukkit.Location location, @NonNull @NonNull org.bukkit.block.BlockFace rotation)
ItemStack
at a certain Location
in the world, with a certain rotationheadItemStack
- the head itemstack to place in the worldlocation
- the location where to place the headrotation
- the rotation of the headvoid placeHead(@NonNull @NonNull Head head, @NonNull @NonNull org.bukkit.Location location, @NonNull @NonNull org.bukkit.block.BlockFace rotation)
Head
at a certain Location
in the world, with a certain rotationhead
- the head to place in the worldlocation
- the location where to place the headrotation
- the rotation of the headvoid placeWallHead(@NonNull @NonNull org.bukkit.inventory.ItemStack wallHeadItemStack, @NonNull @NonNull org.bukkit.Location location, @NonNull @NonNull org.bukkit.block.BlockFace facing)
ItemStack
at a certain Location
in the world, with a certain facing directionwallHeadItemStack
- the wall head itemstack to place in the worldlocation
- the location where to place the wall headfacing
- the facing direction of the wall headvoid placeWallHead(@NonNull @NonNull Head head, @NonNull @NonNull org.bukkit.Location location, @NonNull @NonNull org.bukkit.block.BlockFace facing)
Head
at a certain Location
in the world as wall head, with a certain facing directionhead
- the head to place in the worldlocation
- the location where to place the wall headfacing
- the facing direction of the wall headCopyright © 2020. All rights reserved.