| Package | Description |
|---|---|
| org.cloudburstmc.server.block | |
| org.cloudburstmc.server.block.trait |
| Modifier and Type | Method and Description |
|---|---|
default BlockState |
BlockState.decrementTrait(IntegerBlockTrait trait) |
default BlockState |
BlockState.incrementTrait(IntegerBlockTrait trait) |
BlockState |
BlockState.withTrait(IntegerBlockTrait trait,
int value) |
CloudBlockState |
CloudBlockState.withTrait(IntegerBlockTrait trait,
int value) |
| Modifier and Type | Method and Description |
|---|---|
static IntegerBlockTrait |
IntegerBlockTrait.from(String name) |
static IntegerBlockTrait |
IntegerBlockTrait.from(String name,
int length) |
static IntegerBlockTrait |
IntegerBlockTrait.from(String name,
int start,
int end) |
static IntegerBlockTrait |
IntegerBlockTrait.from(String name,
int start,
int end,
int defaultValue) |
static IntegerBlockTrait |
IntegerBlockTrait.from(String name,
String vanillaName,
int start,
int end,
int defaultValue) |
Copyright © 2020. All rights reserved.