CounterStrikeGrenades
Toggle table of contents
1.20.1-1.5.0-prerelease
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CounterStrikeGrenades
CounterStrikeGrenades
/
club.pisquad.minecraft.csgrenades.network.data
Package-level
declarations
Types
Functions
Types
Rounded
Double
Link copied to clipboard
@
Serializable
class
RoundedDouble
(
val
value
:
Long
)
Rounded
Vec3
Link copied to clipboard
@
Serializable
class
RoundedVec3
(
val
x
:
RoundedDouble
,
val
y
:
RoundedDouble
,
val
z
:
RoundedDouble
)
Functions
round
Link copied to clipboard
fun
Double
.
round
(
)
:
RoundedDouble
fun
List
<
Double
>
.
round
(
)
:
List
<
RoundedDouble
>