Package net.minecraft.util.datafix.fixes
Class LeavesFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.LeavesFix
public class LeavesFix
extends com.mojang.datafixers.DataFix
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classstatic class
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionLeavesFix(com.mojang.datafixers.schemas.Schema p_i49629_1_, boolean p_i49629_2_) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic intgetIndex(int p_208411_0_, int p_208411_1_, int p_208411_2_) static intgetSideMask(boolean p_210537_0_, boolean p_210537_1_, boolean p_210537_2_, boolean p_210537_3_) private intgetX(int p_208412_1_) private intgetY(int p_208421_1_) private intgetZ(int p_208409_1_) protected com.mojang.datafixers.TypeRewriteRulemakeRule()Methods inherited from class com.mojang.datafixers.DataFixchecked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
- 
Field Details- 
DIRECTIONSprivate static final int[][] DIRECTIONS
- 
LEAVES
- 
LOGS
 
- 
- 
Constructor Details- 
LeavesFixpublic LeavesFix(com.mojang.datafixers.schemas.Schema p_i49629_1_, boolean p_i49629_2_) 
 
- 
- 
Method Details- 
makeRuleprotected com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
- makeRulein class- com.mojang.datafixers.DataFix
 
- 
getIndexpublic static int getIndex(int p_208411_0_, int p_208411_1_, int p_208411_2_) 
- 
getXprivate int getX(int p_208412_1_) 
- 
getYprivate int getY(int p_208421_1_) 
- 
getZprivate int getZ(int p_208409_1_) 
- 
getSideMaskpublic static int getSideMask(boolean p_210537_0_, boolean p_210537_1_, boolean p_210537_2_, boolean p_210537_3_) 
 
-