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
/
SmokeDataPointSetEntityDataSerializer
Smoke
Data
Point
Set
Entity
Data
Serializer
class
SmokeDataPointSetEntityDataSerializer
:
EntityDataSerializer
<
Set
<
SmokeDataPoint
>
>
Members
Constructors
Smoke
Data
Point
Set
Entity
Data
Serializer
Link copied to clipboard
constructor
(
)
Functions
copy
Link copied to clipboard
open
override
fun
copy
(
pValue
:
Set
<
SmokeDataPoint
>
)
:
Set
<
SmokeDataPoint
>
create
Accessor
Link copied to clipboard
open
fun
createAccessor
(
pId
:
Int
)
:
EntityDataAccessor
<
Set
<
SmokeDataPoint
>
?
>
?
read
Link copied to clipboard
open
override
fun
read
(
pBuffer
:
FriendlyByteBuf
)
:
Set
<
SmokeDataPoint
>
write
Link copied to clipboard
open
override
fun
write
(
pBuffer
:
FriendlyByteBuf
,
pValue
:
Set
<
SmokeDataPoint
>
)