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.grenades.smokegrenade.utils
Package-level
declarations
Types
Functions
Types
Corner
Link copied to clipboard
enum
Corner
:
Enum
<
Corner
>
Smoke
Data
Point
Link copied to clipboard
@
Serializable
class
SmokeDataPoint
(
val
position
:
RoundedVec3
)
Smoke
Data
Point
Set
Entity
Data
Serializer
Link copied to clipboard
class
SmokeDataPointSetEntityDataSerializer
:
EntityDataSerializer
<
Set
<
SmokeDataPoint
>
>
Smoke
Spread
Calculator
Link copied to clipboard
class
SmokeSpreadCalculator
(
val
level
:
ServerLevel
,
val
center
:
Vec3
)
Functions
adjacent
Link copied to clipboard
fun
BlockPos
.
adjacent
(
)
:
Set
<
BlockPos
>
filter
Air
Link copied to clipboard
fun
List
<
BlockPos
>
.
filterAir
(
level
:
Level
)
:
List
<
BlockPos
>
get
Grenade
Corner
Type
Link copied to clipboard
fun
getGrenadeCornerType
(
blockPos
:
BlockPos
,
position
:
Vec3
)
:
Corner