Class MultipartBalloonModel
java.lang.Object
net.jeqo.bloons.balloon.multipart.MultipartBalloonModel
A class to aid in the creation of the models used in the multipart balloons
-
Constructor Summary
ConstructorsConstructorDescriptionMultipartBalloonModel
(BalloonSegmentType segmentType, String material, String color, int customModelData) Creates a new model for a multipart balloon -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
Gets the finalized item of a multipart balloon model with the specified metadata
-
Constructor Details
-
MultipartBalloonModel
public MultipartBalloonModel(BalloonSegmentType segmentType, String material, String color, int customModelData) Creates a new model for a multipart balloon- Parameters:
segmentType
- The type of model (head, body, tail), type net.jeqo.bloons.balloon.model.BalloonModelTypematerial
- The name of the Bukkit Material used to create the item, type java.lang.Stringcolor
- The color of the model as a hex color code value, type java.lang.StringcustomModelData
- The custom model data value stored in the item metadata, type int
-
-
Method Details