mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Java on TC doesn't compile this code for some reason.
This commit is contained in:
@ -143,8 +143,7 @@ public class BlockTransformExtent extends AbstractDelegateExtent {
|
||||
List<String> directionalProperties = properties.stream()
|
||||
.filter(prop -> prop instanceof BooleanProperty)
|
||||
.filter(prop -> directionNames.contains(prop.getName()))
|
||||
.map(prop -> (BooleanProperty) prop)
|
||||
.filter(block::getState)
|
||||
.filter(property -> (Boolean) block.getState(property))
|
||||
.map(Property::getName)
|
||||
.map(String::toUpperCase)
|
||||
.map(Direction::valueOf)
|
||||
|
Reference in New Issue
Block a user