Uses of Class
net.jeqo.bloons.balloon.multipart.MultipartBalloonType
Packages that use MultipartBalloonType
Package
Description
-
Uses of MultipartBalloonType in net.jeqo.bloons.balloon
Fields in net.jeqo.bloons.balloon with type parameters of type MultipartBalloonTypeModifier and TypeFieldDescriptionBalloonCore.multipartBalloonTypes
Contains all valid and loaded multipart balloon types/configurationsMethods in net.jeqo.bloons.balloon that return MultipartBalloonTypeModifier and TypeMethodDescriptionBalloonCore.getMultipartBalloonByID
(String ID) Retrieves a balloon by its ID from the registered balloons list -
Uses of MultipartBalloonType in net.jeqo.bloons.balloon.multipart.balloon
Constructors in net.jeqo.bloons.balloon.multipart.balloon with parameters of type MultipartBalloonTypeModifierConstructorDescriptionMultipartBalloonBuilder
(MultipartBalloonType balloonType, org.bukkit.entity.Player balloonOwner) Constructs a balloon via an easy-to-use builder -
Uses of MultipartBalloonType in net.jeqo.bloons.balloon.multipart.nodes
Constructors in net.jeqo.bloons.balloon.multipart.nodes with parameters of type MultipartBalloonTypeModifierConstructorDescriptionMultipartBalloonNode
(float x, float y, float z, float length, int index, MultipartBalloonType balloonType, org.bukkit.entity.Player balloonOwner, double maxNodeJointAngle, double yAxisInterpolation, double turningSplineInterpolation) Builder for creating lead segment.MultipartBalloonNode
(MultipartBalloonNode parent, float length, int index, MultipartBalloonType balloonType, org.bukkit.entity.Player balloonOwner, double maxNodeJointAngle, double yAxisInterpolation, double turningSplineInterpolation) Builder for following segments. -
Uses of MultipartBalloonType in net.jeqo.bloons.configuration
Methods in net.jeqo.bloons.configuration that return types with arguments of type MultipartBalloonTypeModifier and TypeMethodDescriptionstatic ArrayList
<MultipartBalloonType> ConfigConfiguration.getMultipartBalloons()
Gets all the multipart balloon types from the configuration files