BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-171
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.renderer
/
RenderSource
Render
Source
interface
RenderSource
Inheritors
Based
Located
Profiled
Members
Types
Based
Link copied to clipboard
interface
Based
:
RenderSource
Base
Entity
Link copied to clipboard
class
BaseEntity
:
Record
,
RenderSource.Based
Base
Player
Link copied to clipboard
class
BasePlayer
:
Record
,
RenderSource.Based
,
RenderSource.Profiled
Dummy
Link copied to clipboard
class
Dummy
:
Record
,
RenderSource.Located
Located
Link copied to clipboard
interface
Located
:
RenderSource
Profiled
Link copied to clipboard
interface
Profiled
:
RenderSource
Profiled
Dummy
Link copied to clipboard
class
ProfiledDummy
:
Record
,
RenderSource.Profiled
,
RenderSource.Located
Functions
create
Link copied to clipboard
@
NotNull
abstract
fun
create
(
@
NotNull
pipeline
:
@
NotNull
RenderPipeline
,
@
NotNull
modifier
:
@
NotNull
TrackerModifier
)
:
@
NotNull
Tracker
of
Link copied to clipboard
@
ApiStatus.Internal
@
NotNull
open
fun
of
(
@
NotNull
location
:
@
NotNull
Location
)
:
@
NotNull
RenderSource.Located
@
ApiStatus.Internal
@
NotNull
open
fun
of
(
@
NotNull
entity
:
@
NotNull
Entity
)
:
@
NotNull
RenderSource.Based
@
ApiStatus.Internal
@
NotNull
open
fun
of
(
@
NotNull
location
:
@
NotNull
Location
,
@
NotNull
profile
:
@
NotNull
GameProfile
,
slim
:
Boolean
)
:
@
NotNull
RenderSource.Located