Class Cylinder3D
- All Implemented Interfaces:
AutoCloseable
Y-axis cylinder.
-
Constructor Summary
ConstructorsConstructorDescriptionCylinder3D(net.minecraft.world.phys.Vec3 center, double radius, double height) -
Method Summary
Modifier and TypeMethodDescriptioncapped(boolean value) protected voidextract(WorldRenderContext context) protected WorldBoundssegments(int value) size(double radius, double height) Methods inherited from class WorldObject
animation, animationValue, close, closed, effectiveTransform, effects, effects, localBounds, material, material, pickable, pickable, pickable, pickId, position, position, releaseResources, self, transform, transform, updater, visible, visible
-
Constructor Details
-
Cylinder3D
public Cylinder3D() -
Cylinder3D
public Cylinder3D(net.minecraft.world.phys.Vec3 center, double radius, double height)
-
-
Method Details
-
size
-
segments
-
capped
-
localBounds
- Overrides:
localBoundsin classWorldObject<Cylinder3D>
-
extract
- Specified by:
extractin classWorldObject<Cylinder3D>
-