FloppaClient
1.0.3-0.2
FloppaClient
/
floppaclient.mixins.render
/
RenderGlobalMixin
Render
Global
Mixin
abstract
class
RenderGlobalMixin
:
IWorldAccess
,
IResourceManagerReloadListener
Functions
Functions
broadcast
Sound
Link copied to clipboard
abstract
fun
broadcastSound
(
soundID
:
Int
,
pos
:
BlockPos
,
data
:
Int
)
mark
Block
For
Update
Link copied to clipboard
abstract
fun
markBlockForUpdate
(
pos
:
BlockPos
)
mark
Block
Range
For
Render
Update
Link copied to clipboard
abstract
fun
markBlockRangeForRenderUpdate
(
x1
:
Int
,
y1
:
Int
,
z1
:
Int
,
x2
:
Int
,
y2
:
Int
,
z2
:
Int
)
notify
Light
Set
Link copied to clipboard
abstract
fun
notifyLightSet
(
pos
:
BlockPos
)
on
Entity
Added
Link copied to clipboard
abstract
fun
onEntityAdded
(
entityIn
:
Entity
)
on
Entity
Removed
Link copied to clipboard
abstract
fun
onEntityRemoved
(
entityIn
:
Entity
)
on
Resource
Manager
Reload
Link copied to clipboard
abstract
fun
onResourceManagerReload
(
resourceManager
:
IResourceManager
)
play
Aux
SFX
Link copied to clipboard
abstract
fun
playAuxSFX
(
player
:
EntityPlayer
,
sfxType
:
Int
,
blockPosIn
:
BlockPos
,
data
:
Int
)
play
Record
Link copied to clipboard
abstract
fun
playRecord
(
recordName
:
String
,
blockPosIn
:
BlockPos
)
play
Sound
Link copied to clipboard
abstract
fun
playSound
(
soundName
:
String
,
x
:
Double
,
y
:
Double
,
z
:
Double
,
volume
:
Float
,
pitch
:
Float
)
play
Sound
To
Near
Except
Link copied to clipboard
abstract
fun
playSoundToNearExcept
(
except
:
EntityPlayer
,
soundName
:
String
,
x
:
Double
,
y
:
Double
,
z
:
Double
,
volume
:
Float
,
f
:
Float
)
send
Block
Break
Progress
Link copied to clipboard
abstract
fun
sendBlockBreakProgress
(
breakerId
:
Int
,
pos
:
BlockPos
,
progress
:
Int
)
spawn
Particle
Link copied to clipboard
abstract
fun
spawnParticle
(
yOffset
:
Int
,
ignoreRange
:
Boolean
,
xCoord
:
Double
,
yCoord
:
Double
,
zCoord
:
Double
,
xOffset
:
Double
,
d
:
Double
,
e
:
Double
,
is
:
Array
<
Int
>
)
tweak
View
Entity
Link copied to clipboard
open
fun
tweakViewEntity
(
instance
:
Minecraft
)
:
Entity