public class MCMobilityFlag
extends java.lang.Object
implements crafttweaker.api.block.IMobilityFlag
| Constructor and Description |
|---|
MCMobilityFlag(net.minecraft.block.material.EnumPushReaction mobilityFlag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
net.minecraft.block.material.EnumPushReaction |
getInternal() |
int |
hashCode() |
boolean |
matches(crafttweaker.api.block.IMobilityFlag other) |
public MCMobilityFlag(net.minecraft.block.material.EnumPushReaction mobilityFlag)
public boolean matches(crafttweaker.api.block.IMobilityFlag other)
matches in interface crafttweaker.api.block.IMobilityFlagpublic net.minecraft.block.material.EnumPushReaction getInternal()
getInternal in interface crafttweaker.api.block.IMobilityFlagpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object