| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2TranslucentBillboarded<M>
The type of batched instance translucents.
|
| Modifier and Type | Method and Description |
|---|---|
static <M> R2TranslucentBillboarded<M> |
R2TranslucentBillboarded.copyOf(R2TranslucentBillboardedType<M> instance)
Creates an immutable copy of a
R2TranslucentBillboardedType value. |
R2TranslucentBillboarded.Builder<M> |
R2TranslucentBillboarded.Builder.from(R2TranslucentBillboardedType<M> instance)
Fill a builder with attribute values from the provided
R2TranslucentBillboardedType instance. |
| Modifier and Type | Method and Description |
|---|---|
<A,B,E extends Throwable> |
R2TranslucentType.matchTranslucent(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentSingleType<M>,B,E> on_single,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBatchedType<M>,B,E> on_batched,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBillboardedType<M>,B,E> on_billboarded)
Match on the type of translucent.
|
default <A,B,E extends Throwable> |
R2TranslucentSingleType.matchTranslucent(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentSingleType<M>,B,E> on_single,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBatchedType<M>,B,E> on_batched,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBillboardedType<M>,B,E> on_billboarded) |
default <A,B,E extends Throwable> |
R2TranslucentBillboardedType.matchTranslucent(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentSingleType<M>,B,E> on_single,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBatchedType<M>,B,E> on_batched,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBillboardedType<M>,B,E> on_billboarded) |
default <A,B,E extends Throwable> |
R2TranslucentBatchedType.matchTranslucent(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentSingleType<M>,B,E> on_single,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBatchedType<M>,B,E> on_batched,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBillboardedType<M>,B,E> on_billboarded) |
Copyright © 2017 <code@io7m.com> http://io7m.com