3.6 KiB
3.6 KiB
title
title |
---|
MaterialCircle - |
//KSpigot/net.axay.kspigot.structures/MaterialCircle
MaterialCircle
[jvm] class MaterialCircle(radius: Number, material: Material) : Circle
Functions
Name | Summary |
---|---|
equals | [jvm] Content open operator override fun equals(other: Any?): Boolean |
hashCode | [jvm] Content open override fun hashCode(): Int |
structure | [jvm] Content override fun structure(filled: Boolean): Structure |
toString | [jvm] Content open override fun toString(): String |
Properties
Name | Summary |
---|---|
edgeLocations | [jvm] override val edgeLocations: HashSet<SimpleLocation2D> |
edgeStructure | [jvm] override val edgeStructure: Structure |
filledStructure | [jvm] override val filledStructure: Structure |
fillLocations | [jvm] override val fillLocations: HashSet<SimpleLocation2D> |
radius | [jvm] override val radius: Number |