Uses of Interface
alexiil.mc.lib.multipart.api.MultipartContainer.PartOffer
-
Uses of MultipartContainer.PartOffer in alexiil.mc.lib.multipart.api
Modifier and TypeMethodDescriptiondefault MultipartContainer.PartOffer
MultipartContainer.offerNewPart(MultipartContainer.MultipartCreator creator)
Offers a new part to this container, respecting nearby entities' bounding boxes.MultipartContainer.offerNewPart(MultipartContainer.MultipartCreator creator, boolean respectEntityBBs)
Offers a new part to this container.static MultipartContainer.PartOffer
MultipartUtil.offerNewPart(World world, BlockPos pos, MultipartContainer.MultipartCreator creator)
Offers the givenAbstractPart
into the block at the given position, respecting nearby entities' bounding boxes.static MultipartContainer.PartOffer
MultipartUtil.offerNewPart(World world, BlockPos pos, MultipartContainer.MultipartCreator creator, boolean respectEntityBBs)
Offers the givenAbstractPart
into the block at the given position.