net.minecraft.block.state.property

public class DirectionProperty

extends EnumProperty<Direction>

All mapped superinterfaces:

Property

axg
net.minecraft.class_2244
net.minecraft.block.state.property.DirectionProperty
net.minecraft.block.properties.PropertyDirection
net.minecraft.block.properties.PropertyDirection

Constructor summary

ModifierConstructor
protected (String name, Collection<Direction> values)

Method summary

Modifier and TypeMethod
public static DirectionProperty
a(String arg0)
method_9069(String arg0)
of(String name)
func_177714_a(String arg0)
create(String name)
public static DirectionProperty
a(String arg0, com.google.common.base.Predicate<fa> arg1)
method_9070(String arg0, com.google.common.base.Predicate<class_1354> arg1)
of(String name, com.google.common.base.Predicate<Direction> filter)
func_177712_a(String arg0, com.google.common.base.Predicate<EnumFacing> arg1)
create(String name, com.google.common.base.Predicate<EnumFacing> filter)
public static DirectionProperty
a(String arg0, Collection<fa> arg1)
method_9071(String arg0, Collection<class_1354> arg1)
of(String name, Collection<Direction> values)
func_177713_a(String arg0, Collection<EnumFacing> arg1)
create(String name, Collection<EnumFacing> values)