| Package | Description |
|---|---|
| me.lucko.helper.menu.scheme |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSchemeMapping
Implements
SchemeMapping using an immutable map. |
class |
FunctionalSchemeMapping
Implements
SchemeMapping using a function. |
| Modifier and Type | Field and Description |
|---|---|
static SchemeMapping |
StandardSchemeMappings.EMPTY |
static SchemeMapping |
StandardSchemeMappings.HARDENED_CLAY |
static SchemeMapping |
StandardSchemeMappings.STAINED_GLASS |
static SchemeMapping |
StandardSchemeMappings.STAINED_GLASS_BLOCK |
static SchemeMapping |
StandardSchemeMappings.WOOL |
| Modifier and Type | Method and Description |
|---|---|
SchemeMapping |
SchemeMapping.copy()
Makes a copy of this scheme mapping.
|
SchemeMapping |
FunctionalSchemeMapping.copy() |
SchemeMapping |
AbstractSchemeMapping.copy() |
static SchemeMapping |
FunctionalSchemeMapping.of(IntFunction<Item> function,
com.google.common.collect.Range<Integer> validRange) |
static SchemeMapping |
AbstractSchemeMapping.of(Map<Integer,Item> mapping) |
| Constructor and Description |
|---|
MenuScheme(SchemeMapping mapping) |
Copyright © 2022. All rights reserved.