BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-166
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.renderer
/
RenderSource
/
Dummy
Dummy
class
Dummy
:
Record
,
RenderSource.Located
Members
Constructors
Dummy
Link copied to clipboard
constructor
(
)
Functions
create
Link copied to clipboard
@
NotNull
abstract
fun
create
(
@
NotNull
pipeline
:
@
NotNull
RenderPipeline
,
@
NotNull
modifier
:
@
NotNull
TrackerModifier
)
:
@
NotNull
Tracker
@
NotNull
open
fun
create
(
@
NotNull
pipeline
:
@
NotNull
RenderPipeline
,
@
NotNull
modifier
:
@
NotNull
TrackerModifier
)
:
@
NotNull
DummyTracker
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
location
Link copied to clipboard
@
NotNull
abstract
fun
location
(
)
:
@
NotNull
Location
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
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String