public final class Entities extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Entities.EntityBuilder
Provides fluent API for building entities.
|
| Modifier and Type | Method and Description |
|---|---|
static AnimationBuilder |
animationBuilder() |
static Entities.EntityBuilder |
builder() |
static Entity |
makeScreenBounds(double thickness)
Create an entity with bounding box around the screen with given thickness.
|
public static Entity makeScreenBounds(double thickness)
thickness - thickness of hit boxes around the screenpublic static Entities.EntityBuilder builder()
public static AnimationBuilder animationBuilder()
Copyright © 2018. All rights reserved.