record StateManager$StateCache<S extends State<?, ?>>
| net.minecraft.world.level.block.state.StateDefinition$StateCollection | |
| net.minecraft.class_2689$class_1_475 | |
| net.minecraft.state.StateManager$StateCache |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final Map<List<Comparable<?>>, S> |
|
||||||
| private final Map<List<Comparable<?>>, S[]> |
|
||||||
| static final boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| (Map<List<Comparable<?>>, S> statesByValues, Map<List<Comparable<?>>, S[]> statesByPivotCache) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public S[][] |
|
||||||
| private <T extends Comparable<T>> S[] |
|
||||||
| private <T extends Comparable<T>> S[] |
|
||||||
| public Map<List<Comparable<?>>, S> |
|
||||||
| public Map<List<Comparable<?>>, S[]> |
|