BetterModel
Toggle table of contents
1.11.4-SNAPSHOT-340
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.renderer
/
RenderSource
/
BaseDummy
Base
Dummy
class
BaseDummy
:
Record
,
RenderSource.Dummy
Members
Constructors
Base
Dummy
Link copied to clipboard
constructor
(
)
Functions
create
Link copied to clipboard
@
NotNull
open
fun
create
(
@
NotNull
pipeline
:
@
NotNull
RenderPipeline
,
@
NotNull
modifier
:
@
NotNull
TrackerModifier
,
@
NotNull
preUpdateConsumer
:
@
NotNull
Consumer
<
DummyTracker
>
)
:
@
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.Dummy
@
ApiStatus.Internal
@
NotNull
open
fun
of
(
@
NotNull
entity
:
@
NotNull
Entity
)
:
@
NotNull
RenderSource.Entity
@
ApiStatus.Internal
@
NotNull
open
fun
of
(
@
NotNull
location
:
@
NotNull
Location
,
@
NotNull
profile
:
@
NotNull
GameProfile
,
slim
:
Boolean
)
:
@
NotNull
RenderSource.Dummy
@
ApiStatus.Internal
@
NotNull
open
fun
of
(
@
NotNull
entity
:
@
NotNull
Entity
,
@
NotNull
profile
:
@
NotNull
GameProfile
,
slim
:
Boolean
)
:
@
NotNull
RenderSource.Entity
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String